mirror of https://github.com/dswd/vpncloud.git
Trying to fix travis coverage
This commit is contained in:
parent
81b933a85c
commit
41069b45ae
|
@ -30,7 +30,7 @@ after_success:
|
|||
rm -rf target/kcov ;
|
||||
rm target/debug/vpncloud-* ;
|
||||
cargo test --no-run ;
|
||||
kcov/build/src/kcov --exclude-pattern=/usr/include,/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* || true ;
|
||||
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 ;
|
||||
'
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue