We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccb035 commit 027e6afCopy full SHA for 027e6af
ci/.codecov.yml
@@ -1,7 +1,9 @@
1
coverage:
2
status:
3
+ # Prevent small changes in coverage from failing CI.
4
project:
5
default:
- # Otherwise codecov/patch status keeps failing when there is a tiny
6
- # change in code coverage.
+ threshold: 5
7
+ patch:
8
+ default:
9
threshold: 5
0 commit comments