Clean up code coverage reporting.

CTest is now run directly and `make coverage` (like `make test`) now
expects you to run `make` beforehand, which is more flexible for the
user. This patch also reduces clutter by properly excluding unwanted
files and reduces the number of explicit exlusion regexes that are
required.

Gcov reports are still confusing and report very low branch coverage
(which is picked up by Codecov, unfortunately), but the llvm-cov reports
are nice and clean now.
This commit is contained in:
Janek Bevendorff 2021-09-27 14:13:30 +02:00 committed by Janek Bevendorff
parent e6bf8463d9
commit 7ff8720a39
3 changed files with 42 additions and 30 deletions

View file

@ -2,5 +2,7 @@ coverage:
range: 60..80
round: nearest
precision: 2
fixes:
- "*/src/::"
comment:
require_changes: true