Fix tests on macOS and update coverage config (#6945)

Simplifies coverage generation and uses llvm-cov instead of gcov if
compiler is clang.
This commit is contained in:
Janek Bevendorff
2021-09-26 12:35:42 +02:00
committed by GitHub
parent eeba485f95
commit a46231a39a
5 changed files with 186 additions and 235 deletions

6
codecov.yaml Normal file
View File

@@ -0,0 +1,6 @@
coverage:
range: 60..80
round: nearest
precision: 2
comment:
require_changes: true