mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
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
This commit is contained in:
9
codecov.yml
Normal file
9
codecov.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
flags:
|
||||
unit:
|
||||
paths:
|
||||
- ".*"
|
||||
carryforward: false
|
||||
integration:
|
||||
paths:
|
||||
- ".*"
|
||||
carryforward: true
|
||||
Reference in New Issue
Block a user