From 474f4ded8578bd5cc9deb23a77522e513dd8d4cc Mon Sep 17 00:00:00 2001 From: h5law <53987565+h5law@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:56:37 +0000 Subject: [PATCH] feat: make codecov reports informational only --- .github/codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..2c43681 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,9 @@ +# Only post coverage comments and not pass/fail reports in the CI checks +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true