Sign in
apache
/
teaclave-crates
/
refs/heads/legacy
/
.
/
rustls-0.21.2
/
admin
/
coverage
blob: 960ec5bae3128ca4fb4b826ae3f148333f615b00 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
e
source
<(
cargo llvm
-
cov show
-
env
--
export
-
prefix
)
cargo llvm
-
cov clean
--
workspace
cargo build
--
all
-
targets
--
all
-
features
cargo test
--
all
-
features
cargo llvm
-
cov report
"$@"