Update test-misskey-js.yml
This commit is contained in:
parent
8736bb42f2
commit
d69d2c8e8d
|
@ -46,4 +46,7 @@ jobs:
|
|||
CI: true
|
||||
|
||||
- name: Upload Coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./packages/misskey-js/coverage/coverage-final.json
|
||||
|
|
Loading…
Reference in New Issue