Improve docs

This commit is contained in:
Miroslav Vasilev 2025-03-18 22:37:22 +02:00
parent 91d58646ae
commit 4ec217f145
Signed by: mvv
GPG key ID: 92BACFBE98721A3F

View file

@ -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`:
```bash
$ 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