diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-17 00:16:34 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-17 00:16:42 +0900 |
commit | 1d311b3b5c5e0e580d776fb6ea3ab0d8ea2ded96 (patch) | |
tree | 199d7927ad71a7a2d9f0428ca90d162cb016b216 /.codecov.yml | |
parent | 26592abbabbb2c133f8c664f8cede21c33662554 (diff) | |
download | sphinx-git-1d311b3b5c5e0e580d776fb6ea3ab0d8ea2ded96.tar.gz |
test: allows to drop 0.05% coverages
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..aa7a96c27 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + patch: + default: + # allowed to drop X% and still result in a "success" commit status + threshold: 0.05 |