mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
Fix kcov on Travis
This commit is contained in:
committed by
Romain Ruetschi
parent
2dfc56ea7b
commit
8960ec02c3
@ -30,7 +30,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- cargo kcov --print-install-kcov-sh | sh
|
- cargo kcov --print-install-kcov-sh | sh
|
||||||
- cargo update # Creates `Cargo.lock` needed by next command
|
- cargo update # Creates `Cargo.lock` needed by next command
|
||||||
- cargo kcov --verbose --features dss --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
|
- cargo kcov --verbose --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user