Update run.sh

This commit is contained in:
Eugene 2024-01-23 12:20:19 +01:00
parent 2d6621f5c8
commit eee486a596
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -3,7 +3,7 @@ set -e
cd ..
rm target/llvm-cov-target/* || true
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report --workspace --all-features -- --skip agent
cargo llvm-cov --no-cfg-coverage-nightly --no-report --workspace --all-features -- --skip agent
cd tests
RUST_BACKTRACE=1 poetry run pytest $@
cargo llvm-cov --no-run --hide-instantiations --html