Skip to content

Commit

Permalink
Merge pull request #85 from JackalLabs/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.1.2

Bump codecov/codecov-action from 5.0.7 to 5.1.2
  • Loading branch information
TheMarstonConnell authored Dec 20, 2024
2 parents 2add5ce + cb941f5 commit e202c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go tool cover -func coverage3.out
rm coverage2.out
rm coverage.out
- uses: codecov/codecov-action@v5.0.7
- uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV }}

0 comments on commit e202c2f

Please sign in to comment.