Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
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 and zoncoen committed Dec 22, 2024
1 parent 546b780 commit ba9fd31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:
run: make test/ci
- name: Upload cmd coverage
if: matrix.os == 'ubuntu-latest' && startsWith(matrix.go-version, 'stable')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ./coverage-cmd.out
files: ./coverage-cmd.out
flags: cmd
fail_ci_if_error: true
- name: Upload module coverage
if: matrix.os == 'ubuntu-latest' && startsWith(matrix.go-version, 'stable')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ./coverage-module.out
files: ./coverage-module.out
flags: module
fail_ci_if_error: true

Expand Down

0 comments on commit ba9fd31

Please sign in to comment.