CI fixes
This commit is contained in:
+2
-4
@@ -13,9 +13,7 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -u github.com/go-playground/overalls
|
|
||||||
- go get -u github.com/mattn/goveralls
|
- go get -u github.com/mattn/goveralls
|
||||||
- go get -u golang.org/x/tools/cmd/cover
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go mod download
|
- go mod download
|
||||||
@@ -26,5 +24,5 @@ script:
|
|||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_GO_VERSION = 1.15.6 ] &&
|
[ $TRAVIS_GO_VERSION = 1.15.6 ] &&
|
||||||
overalls -project="github.com/go-playground/webhooks" -covermode=count -ignore=.git,_examples,testdata -debug &&
|
go test ./... -covermode=count -coverprofile=coverage.out &&
|
||||||
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
|
goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user