diff options
author | James McCoy <jamessan@jamessan.com> | 2018-12-03 11:22:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 11:22:48 -0500 |
commit | 7e97587daec2bc9e5989e4c2b15785d84314debc (patch) | |
tree | 43cf479562662534bac736b8ab9bbe9e8ce61575 | |
parent | 231de72539829e6e3b318248c35015aa20c66f31 (diff) | |
parent | 131897c16b970a2779efdef64451624960df6f59 (diff) | |
download | rneovim-7e97587daec2bc9e5989e4c2b15785d84314debc.tar.gz rneovim-7e97587daec2bc9e5989e4c2b15785d84314debc.tar.bz2 rneovim-7e97587daec2bc9e5989e4c2b15785d84314debc.zip |
Merge pull request #9307 from jamessan/codecov-threshold
codecov: Tolerate a 1% drop in coverage for a PR
-rw-r--r-- | codecov.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 481eea89ee..8ff7ac19f9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,7 +13,9 @@ coverage: status: project: yes - patch: yes + patch: + default: + threshold: 1 changes: no parsers: |