From 2ace922ef8a88484196c98d6a9909c33b2399990 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Mon, 24 Oct 2022 15:12:20 +0200 Subject: [PATCH] chore: make codecov informational for now (#123) --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..d08101fc8 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true