chore(deps): update codecov/codecov-action action to v1.2.2 (#9108)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-13 04:02:29 +00:00 committed by GitHub
parent a332f856a1
commit 09c9396275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci
- name: Codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v1.2.2
if: always()
# build after tests to exclude files

View file

@ -91,7 +91,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v1.2.2
if: always() && env.coverage == 'true'
# build after tests to exclude files