From d85eb054bed48be7f177543f55ee182e21dd7f8c Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Tue, 3 Oct 2017 10:12:58 -0500 Subject: [PATCH] update .travis.yml to ignore protobufs code for coverage purposes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6020527..ae6bb86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: - go get -u github.com/golang/dep/cmd/dep addons: script: - - dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/public.pb.go" -flags="-tags=integration" + - dep ensure && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "gopilosa_pbuf/public.pb.go" -flags="-tags=integration"