This becomes annoying

This commit is contained in:
Marius Orcsik 2018-04-08 22:16:56 +02:00
parent 4018613cde
commit 231c8116c0
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

View file

@ -21,6 +21,7 @@ script:
- GOPATH=$GOPATH:$(pwd) go test -v ./... - GOPATH=$GOPATH:$(pwd) go test -v ./...
after_success: after_success:
- GOPATH=$GOPATH:$(pwd) go test -cover ./... - GOPATH=$GOPATH:$(pwd) go test -cover -coverprofile activitypub.coverprofile activitypub
- GOPATH=$GOPATH:$(pwd) go test -cover -coverprofile jsonld.coverprofile jsonld
- GOPATH=$GOPATH:$(pwd) $GOPATH/bin/gover - GOPATH=$GOPATH:$(pwd) $GOPATH/bin/gover
- GOPATH=$GOPATH:$(pwd) $GOPATH/bin/goveralls -coverprofile gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN - GOPATH=$GOPATH:$(pwd) $GOPATH/bin/goveralls -coverprofile gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN