From 9ecd2c352af686b688bd307802e5b365cf865429 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:31:56 +0200 Subject: [PATCH] ci: add codecov.yml (#179) This should disable the codecov status checks --- 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..1a30a22 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: off + patch: off +comment: + layout: "diff, files"