From acbc35820de8a64e0f9f6b45702c7d1b579ee10d Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Mon, 15 Jun 2026 07:31:47 +0100 Subject: [PATCH] build: add codecov.yml to make coverage checks informational --- .codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..ce4d615 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + informational: true + changes: + default: + informational: true + patch: + default: + informational: true