Trying to fix travis coverage

This commit is contained in:
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 - libcurl4-openssl-dev
- libelf-dev - libelf-dev
- libdw-dev - libdw-dev
- libbfd-dev
after_success: after_success:
- ! ' set -e ; - ! ' set -e ;
rm -rf target/kcov ; rm -rf target/kcov ;
rm target/debug/vpncloud-* ; rm target/debug/vpncloud-* ;
cargo test --no-run ; 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: notifications:
email: email: