Skip to content

Resolve "Add pytest test coverage"

Description

Added the pytest-cov plugin to enable test coverage evaluation and reporting. A separate test job has been added to the GitLab CI pipeline which evaluates the overall test coverage. The coverage is now displayed in the MR widget and the jobs table. Moreover, an xml report of the coverage is collected using the GitLab CI/CD artifacts reports feature, enabling test coverage visualization within the file diff view of MRs.

Notes to review (code/docs/QA)

Related issues

Closes #2249 (closed)

Edited by Vetle Simensen

Merge request reports