Trying to fix travis coverage

pull/9/head
Dennis Schwerdel 2016-05-25 14:53:07 +02:00
parent 41069b45ae
commit d370c07677
1 changed files with 2 additions and 1 deletions

View File

@ -25,12 +25,13 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- libbfd-dev
after_success:
- ! ' set -e ;
rm -rf target/kcov ;
rm target/debug/vpncloud-* ;
cargo test --no-run ;
kcov/build/src/kcov --exclude-pattern=nptl/sysdeps,/usr/include,/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* || true ;
kcov/build/src/kcov --verify --exclude-pattern=/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* || true ;
'
notifications:
email: