mirror of
https://github.com/saltstack/salt.git
synced 2025-04-07 04:51:38 +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:
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue