Skip to content

Commit

Permalink
CI: ignore generated files for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fxaguessy committed Jun 14, 2018
1 parent e46d472 commit 46c7d10
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 @@ -8,4 +8,4 @@ go:
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -v -service=travis-ci
- $GOPATH/bin/goveralls -v -service=travis-ci -ignore acceptance/aws/gen_mocks.go,aws/spec/gen_inits.go,aws/spec/gen_runs.go,gen

0 comments on commit 46c7d10

Please sign in to comment.