From 46f482c0a80b2b220bef3e7b17facd9c4525fa44 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 26 May 2018 11:51:59 +0200 Subject: [PATCH] Exclude examples from coverage analysis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33ff63e..264f818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: