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
This commit is contained in:
Stephen Finucane 2018-03-19 12:22:58 +00:00
parent cf3de7d62b
commit cef28eedfe

View File

@ -2,9 +2,7 @@ coverage:
status: status:
project: project:
default: default:
# allowed to drop X% and still result in a "success" commit status enabled: no
threshold: 0.05
patch: patch:
default: default:
# allowed to drop X% and still result in a "success" commit status enabled: no
threshold: 0.05