Skip to content

Commit 9400282

Browse files
committed
disable patch
1 parent 171cb1e commit 9400282

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

codecov.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
comment: false
1+
# 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

Comments
 (0)