Skip to content

Commit 380378a

Browse files
committed
add leniency to codecov
1 parent 388cab2 commit 380378a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
target: 80% # the required coverage value
7+
threshold: 0.5% # the leniency in hitting the target
8+
patch:
9+
default:
10+
target: 80% # the required coverage value
11+
threshold: 0.5% # the leniency in hitting the target

0 commit comments

Comments
 (0)