From 4e3b157811768f83ce7f40b64a6c4641f81b798f Mon Sep 17 00:00:00 2001 From: Martin Imre Date: Mon, 21 Aug 2023 16:56:20 +0200 Subject: [PATCH] ci: Add basic codecov config --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..31d8273 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +--- +coverage: + status: + project: + default: + target: 100% + threshold: 1%