mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* 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
10 lines
125 B
YAML
10 lines
125 B
YAML
flags:
|
|
unit:
|
|
paths:
|
|
- ".*"
|
|
carryforward: false
|
|
integration:
|
|
paths:
|
|
- ".*"
|
|
carryforward: true
|