Skip to content

ci: Generate python test coverage report

BryanDavis requested to merge work/bd808/test-coverage into main

Use pytest-cov to compute test coverage and generate a coverage report. Register the XML formatted report with the gitlab-ci system so that it can add coverage annotations to the MR.

Merge request reports