summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 640ceec..7137dc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ after_success: |
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make &&
sudo make install && cd ../.. &&
- kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/prettytable-* \ No newline at end of file
+ kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo --include-pattern=/lib/*.rs target/kcov target/debug/prettytable-* \ No newline at end of file