From 2edf93b1ef25a4b9c4f7db0f692d889afc2c7786 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 3 Oct 2024 14:19:13 +0000 Subject: [PATCH] Make Codecov only informational, most code is covered only in integration tests, not considered by Codecov --- coverage.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 coverage.yml diff --git a/coverage.yml b/coverage.yml new file mode 100644 index 0000000..e3ae2cc --- /dev/null +++ b/coverage.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true + changes: + default: + informational: true