Skip to content

Commit 649a7ca

Browse files
zwareambv
authored andcommitted
Allow up to a 0.01% drop in coverage (#30)
1 parent 61e2bc7 commit 649a7ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.codecov.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ coverage:
1313
round: down
1414
status:
1515
changes: false
16-
patch: true
17-
project: true
16+
patch:
17+
default:
18+
threshold: 0.01
19+
project:
20+
default:
21+
threshold: 0.01
1822
parsers:
1923
gcov:
2024
branch_detection:

0 commit comments

Comments
 (0)