mirror of https://github.com/dswd/vpncloud.git
Trying to fix travis coverage
This commit is contained in:
parent
41069b45ae
commit
d370c07677
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue