From e23204b98f0b199ef46d485cfcb9220a7cb0face Mon Sep 17 00:00:00 2001 From: tibvdm Date: Thu, 4 Apr 2024 12:06:37 +0200 Subject: [PATCH] manual config --- codecov.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/codecov.yml b/codecov.yml index d74560d..718c654 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,14 +1,15 @@ -flag_management: - default_rules: - carryforward: true - statuses: - - type: project - target: auto - threshold: 60% - individual_flags: - - name: fa-compression - paths: - - fa-compression - statuses: - - type: project - target: 90% +coverage: + status: + project: + default: + target: 90% + fa-compression: + target: 90% + flags: + - fa-compression + +flags: + fa-compression: + paths: + - fa-compression/* + carryforward: false