Combined test coverage for a repository (not in the context of an MR)
I am aware of a feature in an MR which marks combined code coverage
My repo does have multiple cobertura coverage reports being generated
Do I have the ability to see the combined coverage for the repo outside the MR context, while I browse the repo on master branch?
The analytics feature is not combining the different test pipelines
@cyberjar09 - Thanks for the post and welcome to the forum!
The graph for latest coverage requires the coverage data be parsed from a pipeline for the default branch. You can find documentation of how to do that here; Pipeline settings | GitLab.
I hope this helps!
-James H, GitLab Product Manager, Verify:Testing