Commit 86b33eb5 authored by Evan Read's avatar Evan Read

Merge branch 'jheimbuck_gl-master-patch-78701' into 'master'

Add link to coverage parsing

See merge request gitlab-org/gitlab!79230
parents 0cc10d7b e4dfaa4d
...@@ -53,6 +53,8 @@ from any job in any stage in the pipeline. The coverage displays for each line: ...@@ -53,6 +53,8 @@ from any job in any stage in the pipeline. The coverage displays for each line:
Hovering over the coverage bar provides further information, such as the number Hovering over the coverage bar provides further information, such as the number
of times the line was checked by tests. of times the line was checked by tests.
Uploading a test coverage report does not enable [test coverage results in Merge Requests](../../../ci/pipelines/settings.md#add-test-coverage-results-to-a-merge-request) or [code coverage history](../../../ci/pipelines/settings.md#view-code-coverage-history). You must configure these separately.
### Limits ### Limits
A limit of 100 `<source>` nodes for Cobertura format XML files applies. If your Cobertura report exceeds A limit of 100 `<source>` nodes for Cobertura format XML files applies. If your Cobertura report exceeds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment