Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v1.5.2 (#10421)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 13, 2021
1 parent 7addccb commit 39c0796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci

- name: Codecov
uses: codecov/codecov-action@v1.5.0
uses: codecov/codecov-action@v1.5.2
if: always()

# build after tests to exclude files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }}

- name: Codecov
uses: codecov/codecov-action@v1.5.0
uses: codecov/codecov-action@v1.5.2
if: always() && env.coverage == 'true'

# build after tests to exclude build files from tests
Expand Down

0 comments on commit 39c0796

Please sign in to comment.