From 9628f995924f582040e68a5df49f5aff66287668 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Sat, 11 Dec 2021 10:41:58 +0100 Subject: [PATCH] add codecov sane target --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index d561cd54..47f6f748 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,3 +5,9 @@ coverage: target: 1% threshold: 1% path: "src" + + project: + default: + target: 50% + threshold: 50% + path: "src"