Skip to content

Commit

Permalink
ci: revert to codecov v3
Browse files Browse the repository at this point in the history
  • Loading branch information
linehk committed Mar 2, 2024
1 parent ab99173 commit d1c49c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
go-version-file: 'go.mod'
- run:
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@main
- uses: codecov/codecov-action@v3
with:
file: ./coverage.txt
verbose: true

0 comments on commit d1c49c6

Please sign in to comment.