mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Exclude protobuf-generated files from coverage report
This commit is contained in:
committed by
Romain Ruetschi
parent
efba922785
commit
7f9289eb1a
@ -34,5 +34,5 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- cargo install cargo-kcov
|
- cargo install cargo-kcov
|
||||||
- cargo kcov --print-install-kcov-sh | sh
|
- cargo kcov --print-install-kcov-sh | sh
|
||||||
- cargo kcov --verbose --features dss --coveralls
|
- cargo kcov --verbose --features dss --coveralls -- --verify --exclude-pattern=/.cargo,/usr/lib,src/proto
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user