Skip to content

Commit 4e5cdbb

Browse files
authored
Merge pull request #66 from sirosen/relax-codecov
Relax cocdecov requirements on PRs
2 parents b122367 + ed5818f commit 4e5cdbb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 9 additions & 0 deletions
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)