From 049c0347e77bb7d092dd74e564d52198169cb212 Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Mon, 4 Jun 2018 11:39:20 +0200 Subject: [PATCH] Disable code coverage GitHub statuses. Many pull requests that I've wanted to merge have failed CodeCov statuses. This indicates that they're not useful for this project at this time so I'm disabling them. The comment from CodeCov is the most useful part. --- .codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..fb4bbd043 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + # This disables the GitHub statuses from CodeCov. I found that many of the + # PRs I wanted to merge failed the status checks because often some code + # isn't testable or testing it isn't the highest priority. The comment with + # the code coverage is all that is needed right now. + project: off + patch: off