Improve docs
This commit is contained in:
parent
91d58646ae
commit
4ec217f145
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ environment variable in order to instruct the go coverage tool where to place
|
||||||
the coverage data. The standard place for this in `pilgrim` is `coverage`:
|
the coverage data. The standard place for this in `pilgrim` is `coverage`:
|
||||||
```bash
|
```bash
|
||||||
$ chmod 777 ./target/pilgrim_coverage
|
$ chmod 777 ./target/pilgrim_coverage
|
||||||
$ GOCOVERDIR=coverage ./target/pilgrim
|
$ GOCOVERDIR=coverage ./target/pilgrim_coverage
|
||||||
```
|
```
|
||||||
|
|
||||||
This will produce several files containing the coverage data. To turn this into
|
This will produce several files containing the coverage data. To turn this into
|
||||||
|
|
Loading…
Add table
Reference in a new issue