Skip to content

Commit 28e8d3b

Browse files
authored
Adds a fixed codecov.yml target. (#10)
`grcov` can be pretty noisy in coverage, so the auto targets for this can lead to a lot of check failures that seem pedantic. Tested with: `curl --data-binary @.github/codecov.yml https://codecov.io/validate`
1 parent 0c2463b commit 28e8d3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 80%
6+
threshold: 5%
7+
patch:
8+
default:
9+
target: 85%
10+
threshold: 5%

0 commit comments

Comments
 (0)