From fb00f11539997d697aeeb45361755429e9184d65 Mon Sep 17 00:00:00 2001 From: sebthom Date: Fri, 16 May 2025 15:15:54 +0200 Subject: [PATCH] ci: update codecov config --- codecov.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 9f58c70..80d709d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,4 +9,12 @@ codecov: coverage: precision: 2 round: down - range: "65...100" + range: "65...100" # https://docs.codecov.com/docs/codecovyml-reference#coveragerange + status: + project: + default: + threshold: "0%" + flags: ["unit-tests"] + integration: + flags: ["integration-tests"] + threshold: "0.2%" # https://docs.codecov.com/docs/commit-status#threshold