fix 1-track centering!

This commit is contained in:
🪞👃🪞 2025-01-23 20:40:37 +01:00
parent ffe8893bed
commit 0fa8e5bf15
4 changed files with 50 additions and 44 deletions

View file

@ -13,7 +13,13 @@ cov:
export RUSTDOCFLAGS='-Cinstrument-coverage'
export LLVM_PROFILE_FILE='cov/cargo-test-%p-%m.profraw'
time cargo test --workspace --exclude jack --profile coverage
time grcov . --binary-path ./target/coverage/deps/ -s . -t html --branch --ignore-not-existing --ignore '../*' --ignore "/*" --ignore 'target/*' -o target/coverage/html
#export LLVM_PROFILE_FILE='cov/cargo-doctest-%p-%m.profraw'
#time cargo test --workspace --exclude jack --profile coverage --doc
time grcov . --llvm --threads 2 --binary-path ./target/coverage/deps/ -s . -t html --ignore-not-existing --ignore '../*' --ignore "/*" --ignore 'target/*' -o target/coverage/html
llcov:
time cargo llvm-cov --workspace --exclude jack --profile coverage --no-report
time cargo llvm-cov --workspace --exclude jack --profile coverage --no-report --doc
time cargo llvm-cov report --doctests --html #--output-path target/coverage/html
prof:
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -- arranger
status: