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

chore(deps): update codecov/codecov-action action to v1.4.0 (#9636)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent df2f451e
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ jobs: ...@@ -66,7 +66,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci run: yarn jest --logHeapUsage --maxWorkers=2 --ci
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v1.3.2 uses: codecov/codecov-action@v1.4.0
if: always() if: always()
# build after tests to exclude files # build after tests to exclude files
......
...@@ -91,7 +91,7 @@ jobs: ...@@ -91,7 +91,7 @@ jobs:
run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }} run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }}
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v1.3.2 uses: codecov/codecov-action@v1.4.0
if: always() && env.coverage == 'true' if: always() && env.coverage == 'true'
# build after tests to exclude files # build after tests to exclude files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment