Skip to content

Commit

Permalink
Bump codecov/codecov-action from 5.0.7 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.0.7...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 3a8b6cf commit b5de7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
npm test
- name: "Upload coverage results"
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
flags: collector
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
npm run test
- name: "Upload coverage results"
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
flags: frontend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit b5de7e3

Please sign in to comment.