From 0c1837ea39e4f9acfffdacb53bd049c11048bb3c Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Mon, 3 Jun 2024 16:26:19 +0200 Subject: [PATCH] disable failing coverage tests for lack of coverage in a PR (#81) --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..bf6f43d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + informational: true + patch: off