Skip to content

Commit

Permalink
Merge pull request #50 from guanguans/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5
  • Loading branch information
guanguans authored Nov 27, 2024
2 parents 488cc9d + 475efdf commit 511bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# go mod init guanguans/id-validator
go test -v -race -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
file: ./coverage
flags: unittests
Expand Down

0 comments on commit 511bd1e

Please sign in to comment.