We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171cb1e commit 9400282Copy full SHA for 9400282
codecov.yml
@@ -1 +1,14 @@
1
-comment: false
+# configuration related to pull request comments
2
+comment: false # do not comment PR with the result
3
+
4
+coverage:
5
+ range: 30..80 # coverage lower than 50 is red, higher than 90 green, between color code
6
7
+ status:
8
+ project: # settings affecting project coverage
9
+ default:
10
+ target: auto # auto % coverage target
11
+ threshold: 10% # allow for 5% reduction of coverage without failing
12
13
+ # do not run coverage on patch nor changes
14
+ patch: false
0 commit comments