Skip to content
Snippets Groups Projects
Unverified Commit 49ab0c89 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update codecov/codecov-action action to v2.1.0 (#11714)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent d2bb86f3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci
- name: Codecov
uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3 # renovate: tag=v2.0.3
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2.1.0
if: always()
# build after tests to exclude files
......
......@@ -87,7 +87,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Codecov
uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3 # renovate: tag=v2.0.3
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2.1.0
if: always() && env.coverage == 'true'
# build after tests to exclude build files from tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment