chore(deps): update codecov/codecov-action action to v2 (#9573)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-11 16:23:36 +02:00 committed by GitHub
parent 424ac7cb97
commit 4a95333a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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