Add the additional codecov flags to the configuration file

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-05-24 11:10:17 +01:00 committed by Megan Wilhite
parent 3e7678af87
commit 2c683d8fc0

View file

@ -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"