Exclude examples from coverage analysis

This commit is contained in:
Christian Muehlhaeuser 2018-05-26 11:51:59 +02:00
parent 5f42506e49
commit 46f482c0a8
No known key found for this signature in database
GPG Key ID: 8E2950DE7C04491D

View File

@ -31,7 +31,7 @@ before_install:
script:
- go test -v -tags ci ./...
- if [[ $TRAVIS_GO_VERSION == 1.10* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/colorpalette/main.go"; fi
- if [[ $TRAVIS_GO_VERSION == 1.10* ]]; then $GOPATH/bin/goveralls -service=travis-ci -ignore="examples/colorpalette/main.go,examples/simple/main.go"; fi
notifications:
email: