We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0b47b commit b6afabcCopy full SHA for b6afabc
.codecov.yml
@@ -1 +1,15 @@
1
comment: no
2
+
3
+coverage:
4
+ status:
5
+ project:
6
+ default:
7
+ # Target overall coverage percentage
8
+ target: 74%
9
+ # Allow coverage to drop by this amount without failing
10
+ # threshold: 0.5% # Optional: uncomment to allow small drops
11
+ patch:
12
13
+ # Target coverage percentage for the changes in the PR/commit
14
+ target: 20% # Lower target for patch coverage
15
+ # threshold: 1% # Optional: Allow patch coverage to drop
0 commit comments