Skip to content

Commit 783c8cc

Browse files
committed
Ignore libtenyrfailure in coverage reports
1 parent 6b745b1 commit 783c8cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ignore:
22
- "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
37
coverage:
48
range: 75..95
59
precision: 1

0 commit comments

Comments
 (0)