diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-15 11:09:06 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-15 11:09:06 +0900 |
commit | d23d0d6bf1e051c6752eace3a460a535dfbc5862 (patch) | |
tree | a3170e15a55989f1ec4743eda02a15b77a0ab5cf /.codecov.yml | |
parent | 8f45bee2a1ee180ced83dfe7eda138c51117d5d5 (diff) | |
download | sphinx-git-d23d0d6bf1e051c6752eace3a460a535dfbc5862.tar.gz |
Revert "Enable patch status check for Codecov"
This reverts commit f09adc0af8bebc061eb697597de8c2988f560a25.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 22f35d710..652520158 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,3 +4,6 @@ coverage: project: default: enabled: no + patch: + default: + enabled: no |