Skip to content

Commit

Permalink
Build(deps): Bump codecov/codecov-action from v1.4.1 to v1.5.0 (#10833)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.4.1 to v1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.4.1...a1ed4b3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2021
1 parent 9e09845 commit d3e7e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-test.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
run: yarn test --maxWorkers=2

- name: Upload Coverage
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v1.5.0
if: matrix.ENABLE_CODE_COVERAGE
with:
fail_ci_if_error: true
Expand All @@ -80,7 +80,7 @@ jobs:
PRETTIER_FALLBACK_RESOLVE: true

- name: Upload Coverage (PRETTIER_FALLBACK_RESOLVE)
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v1.5.0
if: matrix.ENABLE_CODE_COVERAGE
with:
fail_ci_if_error: true

0 comments on commit d3e7e2f

Please sign in to comment.