Test coverage visualization

Having troubles setuping Test coverage visualization.
I’ve done everything that explained here
But I can’t get visualization.
Is this feature still working?
I’m using jest, and cobertura as coverage reporter.
Inside cobertura-coverage.xml file I see all needed information (as described in documentation), but in MR I can’t see any green/red vertical lines illustrating coverage.
I will share additional configurations upon request. Also I can share test repo with this setup.
Thanks!

@inhesion

The feature is still working. Was the reported generated on the target branch as well so there’s a report to compare against? If you could share the part of the .gitlab-ci.yml with those lines it may be helpful or a public test project?

Thanks!

-James H, GitLab Product Manager, Verify:Pipeline Execution

I finally get this to work.
The issue was that I didn’t pass any new tests and first I saw coverage visualization on commit compare window, and after I saw on MR compare window.

But I have new question.
Is there a way to use not only cobertura coverage reporter to make coverage visualization working?

Glad to hear it’s working!

The team responsible for the feature is working on adding support for jacoco reports as well but it has not been scheduled. You can follow along in the epic and issues.

-James H, GitLab Product Manager, Verify:Pipeline Execution