Tarpaulin doesn't need to be always verbose

This commit is contained in:
Matteo Settenvini 2022-07-04 15:05:12 +02:00
parent 91a17a213d
commit c9a871f5ec
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ stages:
CARGO_COMMON_ARGS: --workspace --no-default-features
script:
- mkdir -p .git/hooks # for cargo-husky
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked --verbose -o Xml
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked -o Xml
- cargo test ${CARGO_COMMON_ARGS} -- -Z unstable-options --format json | tee test-results.json
- cargo2junit < test-results.json > junit.xml
# - cargo bench ${CARGO_COMMON_ARGS} # DISABLED UNTIL WE HAVE BENCH TESTS