forked from cerc-io/plugeth
Separate Coveralls submission from coverage script
This commit is contained in:
parent
0d97c3ce13
commit
57c6caf146
@ -21,6 +21,7 @@ before_script:
|
||||
# - go test -race ./...
|
||||
script:
|
||||
- ./gocoverage.sh
|
||||
- if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
|
||||
env:
|
||||
global:
|
||||
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
|
||||
|
@ -27,6 +27,3 @@ done
|
||||
|
||||
$GOROOT/bin/go tool cover -func profile.cov
|
||||
|
||||
# To submit the test coverage result to coveralls.io,
|
||||
# use goveralls (https://github.com/mattn/goveralls)
|
||||
goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user