Skip to content

Commit b9e7835

Browse files
committed
chore: try to just disable coverage for now
1 parent 7abe08b commit b9e7835

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run-tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ do
99
esac
1010
done
1111

12-
CARGO_TARGET_DIR=test-target RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" LLVM_PROFILE_FILE="default.profraw" cargo build --release \
12+
CARGO_TARGET_DIR=test-target \
13+
# RUSTFLAGS="-Cinstrument-coverage -C link-arg=-Wl,--wrap=time" \
14+
# LLVM_PROFILE_FILE="default.profraw" \ # fixme this doesn't fix tests
15+
\cargo build --release \
1316
&& cargo test --release --package tests "$whichtests" -- --nocapture -Z unstable-options --report-time && fullcoverage=10000
1417

1518
if test "$fullcoverage"; then

0 commit comments

Comments
 (0)