mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-24 20:37:17 +00:00
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
This commit is contained in:
commit
59b7386abb
@ -21,6 +21,7 @@ before_script:
|
|||||||
# - go test -race ./...
|
# - go test -race ./...
|
||||||
script:
|
script:
|
||||||
- ./gocoverage.sh
|
- ./gocoverage.sh
|
||||||
|
- if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
|
- PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
|
||||||
|
@ -27,6 +27,3 @@ done
|
|||||||
|
|
||||||
$GOROOT/bin/go tool cover -func profile.cov
|
$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