diff --git a/docs/TESTS.md b/docs/TESTS.md index 33f51c3..4117004 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -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