mirror of https://github.com/dswd/vpncloud.git
Fixing kcov command, 1st try
This commit is contained in:
parent
3ad2e90f34
commit
e886df92ce
|
@ -38,7 +38,7 @@ after_success:
|
|||
rm -rf target/kcov ;
|
||||
rm target/debug/vpncloud-* ;
|
||||
cargo test --features "crypto" ;
|
||||
kcov/build/src/kcov --skip-solibs --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov ; target/debug/vpncloud-* ;
|
||||
kcov/build/src/kcov --skip-solibs --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/vpncloud-* ;
|
||||
'
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue