Commit dd37ba7f authored by Evan Read's avatar Evan Read

Merge branch 'rw/add-cobertura-source-limit' into 'master'

Documenting limit for Cobertura report

See merge request gitlab-org/gitlab!53755
parents 3fd4e9d9 45f20500
......@@ -51,6 +51,10 @@ from any job in any stage in the pipeline. The coverage will be displayed for ea
Hovering over the coverage bar will provide further information, such as the number
of times the line was checked by tests.
NOTE:
A limit of 100 `<source>` nodes for Cobertura format XML files applies. If your Cobertura report exceeds
100 nodes, there can be mismatches or no matches in the Merge Request diff view.
### Automatic class path correction
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/217664) in GitLab 13.8.
......
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