From 80e19d85acff4200589114871f5d09c35e495ea1 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 16 Oct 2023 09:33:38 +0100 Subject: [PATCH] Since we always run the full test suite with coverage, disable carry-forward Signed-off-by: Pedro Algarvio --- .codecov.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 15d5494e5b9..f83118cada2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -58,33 +58,33 @@ flags: salt: paths: - salt/ - carryforward: true # https://docs.codecov.io/docs/carryforward-flags + carryforward: false # https://docs.codecov.io/docs/carryforward-flags tests: paths: - tests/ - carryforward: true + carryforward: false pkg: paths: - pkg/tests - carryforward: true + carryforward: false unit: paths: - tests/unit - tests/pytests/unit - carryforward: true + carryforward: false functional: paths: - tests/pytests/functional - carryforward: true + carryforward: false scenarios: paths: - tests/pytests/scenarios - carryforward: true + carryforward: false integration: paths: - tests/integration - tests/pytests/integration - carryforward: true + carryforward: false comment: layout: "reach, diff, flags, files"