diff options
author | Stephen Finucane <stephen@that.guru> | 2018-03-19 12:22:58 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-03-20 15:33:35 +0000 |
commit | cef28eedfee424b16a0f61c06d0f5657b1bb0869 (patch) | |
tree | ae4f77c7d0708c7c0a5a90a70bcfe75e9f1e74ff /.codecov.yml | |
parent | cf3de7d62b52aa6a35d61b1e5696be0c0e375f34 (diff) | |
download | sphinx-git-cef28eedfee424b16a0f61c06d0f5657b1bb0869.tar.gz |
codecov: Disable status checks
We don't currently care if a commit changes our coverage metrics, so we
can disable the status checks that would enforce that.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: #4738
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.codecov.yml b/.codecov.yml index 2ce4fda70..f6272f5f1 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,9 +2,7 @@ coverage: status: project: default: - # allowed to drop X% and still result in a "success" commit status - threshold: 0.05 + enabled: no patch: default: - # allowed to drop X% and still result in a "success" commit status - threshold: 0.05 + enabled: no |