We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a379e9 commit 386b7e4Copy full SHA for 386b7e4
.codecov.yml
@@ -21,7 +21,7 @@ coverage:
21
project:
22
default:
23
against: auto
24
- target: 99% # specify the target coverage for each commit status
+ target: 95% # specify the target coverage for each commit status
25
threshold: 30% # allow this little decrease on project
26
# https://github.com/codecov/support/wiki/Filtering-Branches
27
# branches: master
@@ -30,8 +30,7 @@ coverage:
30
patch:
31
32
33
- target: 50% # specify the target "X%" coverage to hit
34
- # threshold: 50% # allow this much decrease on patch
+ threshold: 50% # allow this much decrease on patch
35
changes: false
36
37
parsers:
0 commit comments