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:
Jonathan Ho
2022-10-27 22:29:49 +08:00
committed by GitHub
parent 999fdb2c45
commit 9d9ba4c251
2 changed files with 51 additions and 6 deletions

9
codecov.yml Normal file
View File

@@ -0,0 +1,9 @@
flags:
unit:
paths:
- ".*"
carryforward: false
integration:
paths:
- ".*"
carryforward: true