Tarpaulin doesn't need to be always verbose
This commit is contained in:
parent
91a17a213d
commit
c9a871f5ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue