From f56fa94f7d7da69a57bcb7be9bb5e5affa9e8f49 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Mon, 14 Oct 2024 10:01:20 +0200 Subject: [PATCH] ci: add codecov.yml 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"