Skip to content

Draft: Extend gaudi_add_pytest with coverage support

Marco Clemencic requested to merge add-cov-support-for-pytest into master

When coverage is enabled for a group of tests they are executed one after the other to properly collect the coverage statistics and an extra test is added (coverage_report) to print a summary of the coverage.

Closes #274

Edited by Marco Clemencic

Merge request reports