Skip to content

Commit ed5818f

Browse files
committed
Relax cocdecov requirements on PRs
Setup .codecov.yml to specify that pull requests may drop up to 1% coverage and still be considered passing.
1 parent b122367 commit ed5818f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.codecov.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# codecov.yml file, spec is visible:
2+
# https://github.com/codecov/support/wiki/Codecov-Yaml
3+
coverage:
4+
status:
5+
# pull-requests only
6+
patch:
7+
default:
8+
# coverage may fall by <1% and still be considered "passing"
9+
threshold: 1%

0 commit comments

Comments
 (0)