Skip to content

Commit

Permalink
Fix automatic code coverage upload issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
edoger committed Aug 3, 2022
1 parent c1a889f commit 8a57c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ test_script:
- go test -v -coverprofile=coverage.out -covermode=atomic ./...

on_success:
- go get -v -u github.com/mattn/goveralls
- go install github.com/mattn/goveralls@latest
- goveralls -coverprofile=coverage.out -service=appveyor -repotoken %COVERALLS_TOKEN%

0 comments on commit 8a57c13

Please sign in to comment.