You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#110 broke test coverage using coveralls. We should get that working under github actions.
The .travis.yml file was:
language: go
go:
- "1.12"
- "1.13"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- bash test/compile_with_go110.sh
- bash test/compile_with_go111.sh
- bash test/compile_with_go111_inside_gopath.sh
#110 broke test coverage using coveralls. We should get that working under github actions.
The .travis.yml file was:
The coveralls badge in the README was like this:
The text was updated successfully, but these errors were encountered: