Skip to content

Commit

Permalink
Add example output to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
d0x2f committed Oct 4, 2018
1 parent 03e3358 commit fc85b27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ ARGUMENTS

```bash
$ ./vendor/bin/clover-merge -o combined.xml input1.xml input2.xml
Files Discovered: 332
Final Coverage: 14534/14558 (99.84%)
```

## As a Docker Image

```bash
$ docker run --rm -v $(pwd)/build:/build clover-merge -o /build/combined.xml /build/input1.xml /build/input2.xml
$ docker run --rm -v $(pwd):/build clover-merge -o /build/combined.xml /build/input1.xml /build/input2.xml
Files Discovered: 332
Final Coverage: 14534/14558 (99.84%)
```

0 comments on commit fc85b27

Please sign in to comment.