Skip to content

Commit 410b48d

Browse files
committed
more forgiving coverage requirements
* I normally find these are better for information as sometimes small new patches are not explicity testable
1 parent 4517374 commit 410b48d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
comment: false
2+
13
coverage:
24
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
informational: true
310
patch:
411
default:
12+
target: auto
13+
threshold: 1%
514
informational: true

0 commit comments

Comments
 (0)