From 5ccaa521cf7af50eb0a96e6765884b35129fc6af Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 20 May 2021 14:18:43 +1000 Subject: [PATCH] Stop Codecov failing good pull requests Something doesn't quite work with our Codecov setup. It somehow thinks that the coverage is decreasing even though it's either not changing or even increasing. Until those problems are resolved, let's not mark pull requests as failed so that we can rely on the pull's overall status report. --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..d08101fc8d --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true