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.
2 parents 821fc88 + 20dd2dd commit d8ca8d4Copy full SHA for d8ca8d4
doc/gitlab.md
@@ -3,6 +3,6 @@ GitLab CI integration
3
Kcov generates a very generic json file which includes the overall percent covered
4
for a single command and the count of lines instrumented and covered. It also includes
5
a summary of each source file with a percentage and line counts. This allows easy
6
-integration with GitlabCI (see https://docs.gitlab.com/ce/user/project/pipelines/settings.html).
+integration with GitlabCI (see https://docs.gitlab.com/ci/testing/code_coverage/).
7
8
The JSON output is placed in a file named ```out-path/exec-filename/coverage.json```.
0 commit comments