summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-17 00:16:34 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-17 00:16:42 +0900
commit1d311b3b5c5e0e580d776fb6ea3ab0d8ea2ded96 (patch)
tree199d7927ad71a7a2d9f0428ca90d162cb016b216
parent26592abbabbb2c133f8c664f8cede21c33662554 (diff)
downloadsphinx-git-1d311b3b5c5e0e580d776fb6ea3ab0d8ea2ded96.tar.gz
test: allows to drop 0.05% coverages
-rw-r--r--.codecov.yml6
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