mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
fix 1-track centering!
This commit is contained in:
parent
ffe8893bed
commit
0fa8e5bf15
4 changed files with 50 additions and 44 deletions
8
Justfile
8
Justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue