From 98a410e08f48268b5fb46fc24bed5484823e3a4a Mon Sep 17 00:00:00 2001 From: Corentin Schreiber Date: Tue, 27 Aug 2024 11:31:54 +0100 Subject: [PATCH] Fix codecov config --- codecov.yaml => codecov.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename codecov.yaml => codecov.yml (65%) diff --git a/codecov.yaml b/codecov.yml similarity index 65% rename from codecov.yaml rename to codecov.yml index d69b8662..c0968ba6 100644 --- a/codecov.yaml +++ b/codecov.yml @@ -6,12 +6,12 @@ coverage: round: down range: "80...95" status: - project: - default: - target: auto - # adjust accordingly based on how flaky your tests are - # this allows a drop from the previous base commit coverage - threshold: 1% + project: + default: + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a drop from the previous base commit coverage + threshold: 1% patch: default: target: 0%