Skip to content

tests: Don't run coverage by default

Mathieu Bridon requested to merge gh-12242269/198/bochecha/master into master

The coverage report takes a lot of space, which can distract from the actual test results.

This commit makes it so that running "py.test" or "make test" doesn't check for coverage any more at all.

A new "make testcov" target is introduced, which both runs the tests and reports coverage.

Merge request reports