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

chore(deps): update codecov/codecov-action action to v3.1.0 (#15237)

parent 8878175b
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ jobs: ...@@ -100,7 +100,7 @@ jobs:
run: yarn jest:${{ env.NODE_VERSION }} --maxWorkers=2 --ci --coverage ${{ env.coverage }} run: yarn jest:${{ env.NODE_VERSION }} --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Codecov - name: Codecov
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0 uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # tag=v3.1.0
if: always() && env.coverage == 'true' if: always() && env.coverage == 'true'
- name: E2E Test - name: E2E Test
......
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