ci(ci.yml): bump codecov version @v3
This commit is contained in:
parent
0978338905
commit
d8fdf224f6
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -65,7 +65,6 @@ jobs:
|
|||
- name: Run tests
|
||||
run: pnpm -r test
|
||||
|
||||
- uses: codecov/codecov-action@v2
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./packages/system-api/coverage/clover.xml,./packages/dashboard/coverage/clover.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
Loading…
Reference in a new issue