Skip to content

Commit be6218e

Browse files
authored
codecov - tolerate small decrease in coverage (#6258)
Do not fail codecov coverage checks for small changes in coverage. Ref: https://docs.codecov.com/docs/commit-status#threshold
1 parent 5bbdc22 commit be6218e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codecov.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
threshold: 0.1%

0 commit comments

Comments
 (0)