Skip to content

Commit

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

Bump codecov/codecov-action from 5.0.7 to 5.1.1
  • Loading branch information
muandane authored Dec 11, 2024
2 parents c448d53 + 964e1ca commit cb50221
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@v5.0.7
uses: codecov/codecov-action@v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out

0 comments on commit cb50221

Please sign in to comment.