We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4e409 commit f4f1a8cCopy full SHA for f4f1a8c
.github/CONTRIBUTING.md
@@ -46,7 +46,7 @@ See [ci/image/Dockerfile](../ci/image/Dockerfile) for the installation of the CI
46
You can also run tests normally with `go test`. [test.sh](../ci/test.sh) just passes a default set of flags to
47
`go test` to collect coverage and also prettify the output.
48
49
-You can pass flags to [test.sh](ci/test.sh) if you want to run a specific test or otherwise
+You can pass flags to [test.sh](../ci/test.sh) if you want to run a specific test or otherwise
50
control the behaviour of `go test` but also get coverage.
51
52
Coverage percentage from codecov and the CI scripts will be different because they are calculated differently.
0 commit comments