From 2ec5c6c022a5dc7c3fa1dce0557c9e9b283c0fb4 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sun, 19 Jun 2022 22:51:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20basic=20codecov=20config?= =?UTF-8?q?=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..9f09adf3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +codecov: + require_ci_to_pass: no + +coverage: + status: + project: + default: + # basic + target: 40% + threshold: 0% + base: auto + patch: off