Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Ignoring protobuf files in test coverage calculations.
Browse files Browse the repository at this point in the history
Change-Id: Ib3d386ffc731b63606337b25c41cde281ef1a9f9
  • Loading branch information
Ionel Gog committed May 23, 2017
1 parent 74d97a1 commit b65f6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:

script:
- go build -v
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore="*.pb.go,*/*.pb.go,*/*/*.pb.go,*/*/*/*.pb.go"

branches:
only:
Expand Down

0 comments on commit b65f6dc

Please sign in to comment.