We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b745b1 commit 783c8ccCopy full SHA for 783c8cc
codecov.yml
@@ -1,5 +1,9 @@
1
ignore:
2
- "3rdparty/**/*"
3
+ # failure.c generates libtenyrfailure, which is meant for *stimulating*
4
+ # coverage, but should not itself contribute to the number of
5
+ # lines/branches/functions covered.
6
+ - src/devices/failure.c
7
coverage:
8
range: 75..95
9
precision: 1
0 commit comments