mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(deps): update codecov/codecov-action action to v2 (#9573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
424ac7cb97
commit
4a95333a13
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
|||||||
run: yarn test:unit --coverage
|
run: yarn test:unit --coverage
|
||||||
|
|
||||||
- name: codecov
|
- name: codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
Loading…
Reference in New Issue
Block a user