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

chore(deps): update codecov/codecov-action action to v2.0.2 (#10944)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 8b7b1043
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci
- name: Codecov
uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052 # renovate: tag=v2.0.1
uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # renovate: tag=v2.0.2
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@c585afe366f940d214dc09df2664c06d7fe07052 # renovate: tag=v2.0.1
uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # renovate: tag=v2.0.2
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