Files
discordeno/codecov.yml
Jonathan Ho 716499e865 ci: disable integration test on pr (#2561)
* ci: disable integration test on pr

* chore: add show carryforward

* ci: add dummy action
2022-10-27 10:16:30 -05:00

12 lines
166 B
YAML

flags:
unit:
paths:
- ".*"
carryforward: false
integration:
paths:
- ".*"
carryforward: true
comment:
show_carryforward_flags: true