From ca7269e74ecf9a65a9961093423867e00f699efa Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:59:03 +0200 Subject: [PATCH] disable codecov status (#631) --- .codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 0000000..35cde5c --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off