Skip to content

Commit

Permalink
Update travis kcov setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Feb 3, 2017
1 parent e00b7f0 commit 8eb38da
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 @@ -14,7 +14,7 @@ after_success: |
make &&
sudo make install &&
cd ../.. &&
kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/dataloader-*;
kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo,/src/tests --include-pattern=/src target/kcov target/debug/dataloader-*;
notifications:
email: false

0 comments on commit 8eb38da

Please sign in to comment.