From 0e0e5772ca24d18c35cb5e9fdd7cf94bc5812720 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 28 Jul 2023 21:14:29 +0200 Subject: [PATCH] Better codecov conf --- .codecov.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 25391fb01..e0cd9362c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,7 +1,16 @@ +codecov: + notify: + require_ci_to_pass: yes + coverage: status: project: default: - threshold: 0.1% - patch: false - changes: false + threshold: 1% + patch: + default: + target: 90% + threshold: 0% + +ignore: + - "test"