Skip to content

ci: enable test coverage reports

Kristen McWilliam requested to merge work/merritt/ci-coverage-reports into master

Enables the generation of test coverage reports for the CI pipeline.

The coverage status is displayed automatically in the MR widget, the pipeline jobs report, and in the MR diff viewer.

MR Widget Job Report Diff Viewer
image image image

Having the test coverage visible without any extra steps required makes it immediately obvious if the changes are covered by tests, increasing confidence in the code quality.

An example of this in action can be viewed at this test MR.

Relevant:

Merge request reports