Skip to content

Commit

Permalink
Exclude protobuf-generated files from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Feb 17, 2018
1 parent efba922 commit 91c9aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,5 +34,5 @@ script:
after_success:
- cargo install cargo-kcov
- cargo kcov --print-install-kcov-sh | sh
- cargo kcov --verbose --features dss --coveralls
- cargo kcov --verbose --features dss --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto

0 comments on commit 91c9aa7

Please sign in to comment.