mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 23:01:39 +00:00
Since we always run the full test suite with coverage, disable carry-forward
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
06cbc666a1
commit
80e19d85ac
1 changed files with 7 additions and 7 deletions
14
.codecov.yml
14
.codecov.yml
|
@ -58,33 +58,33 @@ flags:
|
||||||
salt:
|
salt:
|
||||||
paths:
|
paths:
|
||||||
- salt/
|
- salt/
|
||||||
carryforward: true # https://docs.codecov.io/docs/carryforward-flags
|
carryforward: false # https://docs.codecov.io/docs/carryforward-flags
|
||||||
tests:
|
tests:
|
||||||
paths:
|
paths:
|
||||||
- tests/
|
- tests/
|
||||||
carryforward: true
|
carryforward: false
|
||||||
pkg:
|
pkg:
|
||||||
paths:
|
paths:
|
||||||
- pkg/tests
|
- pkg/tests
|
||||||
carryforward: true
|
carryforward: false
|
||||||
unit:
|
unit:
|
||||||
paths:
|
paths:
|
||||||
- tests/unit
|
- tests/unit
|
||||||
- tests/pytests/unit
|
- tests/pytests/unit
|
||||||
carryforward: true
|
carryforward: false
|
||||||
functional:
|
functional:
|
||||||
paths:
|
paths:
|
||||||
- tests/pytests/functional
|
- tests/pytests/functional
|
||||||
carryforward: true
|
carryforward: false
|
||||||
scenarios:
|
scenarios:
|
||||||
paths:
|
paths:
|
||||||
- tests/pytests/scenarios
|
- tests/pytests/scenarios
|
||||||
carryforward: true
|
carryforward: false
|
||||||
integration:
|
integration:
|
||||||
paths:
|
paths:
|
||||||
- tests/integration
|
- tests/integration
|
||||||
- tests/pytests/integration
|
- tests/pytests/integration
|
||||||
carryforward: true
|
carryforward: false
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
layout: "reach, diff, flags, files"
|
layout: "reach, diff, flags, files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue