We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9c9e0 commit bd58d29Copy full SHA for bd58d29
codecov.yml
@@ -16,17 +16,19 @@ coverage:
16
precision: 2
17
range: 40..80
18
status:
19
- # don't block mindlessly on coverage failures
20
- informational: true
21
# status information for PRs only
22
only_pulls: true
23
patch:
24
default:
+ # don't block mindlessly on coverage failures
+ informational: true
25
# strongly suggest more than 60% of changes be covered
26
target: 60
27
threshold: 10
28
project:
29
30
31
32
target: 0 # don't force a minimum coverage
33
# allow decrease by up to 5 %
34
threshold: 5
0 commit comments