Files
discordeno/codecov.yml
Jonathan Ho 9d9ba4c251 CI: fix path (#2557)
* ci: also upload coverage for pr

* ci: bump codecov action

* ci: add path filter

* ci: fix add checkout

* ci: fix 'true'

* ci: remove /

* ci: add flag to codecov

* ci: add carryforward on integration
2022-10-27 09:29:49 -05:00

10 lines
125 B
YAML

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