From aa42cb8b04c11931a54c8e4b7a750ca92847212c Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 6 Nov 2023 14:45:14 +0100 Subject: [PATCH] Make codecov statuses informational. --- .github/codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..bfdc987 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true