Skip to content

Commit

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

Bump codecov/codecov-action from 4.6.0 to 5.0.7
  • Loading branch information
muandane authored Dec 6, 2024
2 parents 1f5be4e + ace16be commit c448d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Test and generate coverage report
run: go test -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.7
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out

0 comments on commit c448d53

Please sign in to comment.