Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
akamensky committed Jul 1, 2022
1 parent 6bd6f07 commit 555235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ sudo: false
go:
- "1.x"
before_install:
- go get github.com/mattn/goveralls
- go install github.com/mattn/goveralls@latest
script:
- go test -v .
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 555235a

Please sign in to comment.