diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 20:51:53 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-20 20:51:53 +0900 |
commit | 93d117076917d5a93354b587387dc5a1df7c5839 (patch) | |
tree | 379c62f075ff4c68f4d55df4e4ac91fc85b457a8 /.codecov.yml | |
parent | 63f6603297fb0f38aa45882eb29328fe5208b37d (diff) | |
download | sphinx-git-93d117076917d5a93354b587387dc5a1df7c5839.tar.gz |
Adjust .codecov.yml (again)
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 0e6fdf0c3..2ce4fda70 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,3 +4,7 @@ coverage: default: # allowed to drop X% and still result in a "success" commit status threshold: 0.05 + patch: + default: + # allowed to drop X% and still result in a "success" commit status + threshold: 0.05 |