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"