Skip to content

Add Test Coverage Visualization to Merge Requests

Added a stage to the pipeline after build_and_test for visualizing test coverage, GitLab shows test coverage in Merge Requests with this job enabled

Requires !80 (merged) as the Junit Test Reports build the artifacts needed for this job. This also means those jobs need to be enabled

I think the new job also need to depend on the test jobs somehow to avoid this job running when it would definitely fail, but I am new to pipelines and am unsure how to do that yet.

Utilizes one of the work-arounds mentioned in #151, as a feature instead of a workaround

Merge request reports