Skip to content

Add Code Coverage reports in Merge Requests

Nathan Harris requested to merge codecov into master

Motivation:

To maintain quality, automated code coverage reports should be generated and archived as build artifacts in CI pipelines.

Modifications:

Update CI config to run a job for running unit tests with code coverage, and exporting the report to GitLab.

Result:

Code coverage will be tracked and history recorded to compare individual code changes.

Edited by Nathan Harris

Merge request reports