From eee486a5966c2e9a9d05d487c1674317f5d450b6 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 23 Jan 2024 12:20:19 +0100 Subject: [PATCH] Update run.sh --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index b9224e4..b925565 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -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