From dd61af1c4d5f793b2a95ebebbd9b07bf429418d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 10 Jan 2024 22:37:13 -0800 Subject: [PATCH] Use codecov in informational mode Codecov coverage reporting is somewhat unstable, with numbers changing back and forth infrequently. This is causing failure indications on CI runs. To prevent that from happening moving forward, run it in informational mode [0] instead. [0]: https://docs.codecov.com/docs/commit-status#informational --- .github/.codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/.codecov.yml diff --git a/.github/.codecov.yml b/.github/.codecov.yml new file mode 100644 index 0000000..8ce786a --- /dev/null +++ b/.github/.codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + # We don't gate anything based on potentially flaky code + # coverage reports. + informational: true + patch: + default: + informational: true