Skip to content

Commit

Permalink
Merge pull request #465 from zoncoen/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
zoncoen authored Dec 22, 2024
2 parents 546b780 + ba9fd31 commit 3f59b8b
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 3f59b8b

Please sign in to comment.