From 4ec217f14583a747cc8b0a4357695b8dc3a508ba Mon Sep 17 00:00:00 2001 From: "Miroslav V. Vasilev" Date: Tue, 18 Mar 2025 22:37:22 +0200 Subject: [PATCH] Improve docs --- docs/TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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