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

Commit

Permalink
updated goveralls to ignore generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed May 15, 2017
1 parent eaa487a commit de03cb6
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 @@ -16,4 +16,4 @@ addons:
packages:
- glide
script:
- glide up && $HOME/gopath/bin/goveralls -service=travis-ci -flags="-tags=integration"
- glide up && $HOME/gopath/bin/goveralls -service=travis-ci -ignore "internal/public.pb.go" -flags="-tags=integration"

0 comments on commit de03cb6

Please sign in to comment.