Skip to content

Commit 80e1325

Browse files
committed
include codecov.yml
1 parent ed76a5b commit 80e1325

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

codecov.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage:
2+
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code
3+
4+
status:
5+
project:
6+
default:
7+
target: auto # auto % coverage target
8+
threshold: 5% # allow for 5% reduction of coverage without failing
9+
10+
# do not run coverage on patch nor changes
11+
patch: false

0 commit comments

Comments
 (0)