From b66d1c6129ba18033f80ca02778a1e7009ad55d6 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Wed, 2 Apr 2025 14:28:04 -0700 Subject: [PATCH] Make code coverage messages informational --- 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 0000000..bfdc987 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true