mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Add the additional codecov flags to the configuration file
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
3e7678af87
commit
2c683d8fc0
1 changed files with 23 additions and 0 deletions
23
.codecov.yml
23
.codecov.yml
|
@ -107,6 +107,29 @@ flags:
|
|||
paths:
|
||||
- tests/
|
||||
carryforward: true
|
||||
unit:
|
||||
paths:
|
||||
- tests/unit
|
||||
- tests/pytests/unit
|
||||
carryforward: true
|
||||
functional:
|
||||
paths:
|
||||
- tests/pytests/functional
|
||||
carryforward: true
|
||||
scenarios:
|
||||
paths:
|
||||
- tests/pytests/scenarios
|
||||
carryforward: true
|
||||
integration:
|
||||
paths:
|
||||
- tests/integration
|
||||
- tests/pytests/integration
|
||||
carryforward: true
|
||||
system:
|
||||
paths:
|
||||
- tests/integration
|
||||
- tests/pytests/integration
|
||||
carryforward: true
|
||||
|
||||
#comment:
|
||||
# layout: "reach, diff, flags, files"
|
||||
|
|
Loading…
Add table
Reference in a new issue