Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
build(deps): bump codecov/codecov-action from 1.4.1 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.4.1 to 3.1.1.
- [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...v3.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2022
1 parent 3e9052b commit 11b6415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: yarn run nx run-many --all --target=test --scan --codeCoverage --coverageReporters=clover,lcovonly,json

- name: Codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v3.1.1
with:
flags: unit

Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
CYPRESS_Auth0ClientSecret: ${{ secrets.E2E_AUTH0_CLIENT_SECRET }}

- name: Codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v3.1.1
with:
flags: e2e

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: yarn run affected:test --scan --base=origin/${{ github.base_ref }} --codeCoverage --coverageReporters=clover,lcovonly,json

- name: Codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v3.1.1
with:
flags: unit

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
CYPRESS_Auth0ClientSecret: ${{ secrets.E2E_AUTH0_CLIENT_SECRET }}

- name: Codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v3.1.1
with:
flags: e2e

Expand Down

0 comments on commit 11b6415

Please sign in to comment.