Skip to content

Commit 80e19d8

Browse files
committed
Since we always run the full test suite with coverage, disable carry-forward
Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 06cbc66 commit 80e19d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.codecov.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,33 @@ flags:
5858
salt:
5959
paths:
6060
- salt/
61-
carryforward: true # https://docs.codecov.io/docs/carryforward-flags
61+
carryforward: false # https://docs.codecov.io/docs/carryforward-flags
6262
tests:
6363
paths:
6464
- tests/
65-
carryforward: true
65+
carryforward: false
6666
pkg:
6767
paths:
6868
- pkg/tests
69-
carryforward: true
69+
carryforward: false
7070
unit:
7171
paths:
7272
- tests/unit
7373
- tests/pytests/unit
74-
carryforward: true
74+
carryforward: false
7575
functional:
7676
paths:
7777
- tests/pytests/functional
78-
carryforward: true
78+
carryforward: false
7979
scenarios:
8080
paths:
8181
- tests/pytests/scenarios
82-
carryforward: true
82+
carryforward: false
8383
integration:
8484
paths:
8585
- tests/integration
8686
- tests/pytests/integration
87-
carryforward: true
87+
carryforward: false
8888

8989
comment:
9090
layout: "reach, diff, flags, files"

0 commit comments

Comments
 (0)