mirror of https://github.com/dswd/vpncloud.git
Ignoring coverage errors
This commit is contained in:
parent
0ed3b060ff
commit
1b9e5b8b00
|
@ -38,7 +38,7 @@ after_success:
|
||||||
rm -rf target/kcov ;
|
rm -rf target/kcov ;
|
||||||
rm target/debug/vpncloud-* ;
|
rm target/debug/vpncloud-* ;
|
||||||
cargo test ;
|
cargo test ;
|
||||||
kcov/build/src/kcov --exclude-pattern=/libsodium/,/x86_64-linux-gnu/,/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
|
kcov/build/src/kcov --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