add SIZE column and paths_under

This commit is contained in:
🪞👃🪞 2025-03-23 18:14:09 +02:00
parent 1a00ef1ff6
commit 29435bb937
5 changed files with 87 additions and 65 deletions

View file

@ -1,3 +1,8 @@
run:
cargo run -- -j16 ~/Music
build-release:
time cargo build -j4 --release
covfig := "CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' RUSTDOCFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='cov/cargo-test-%p-%m.profraw'"
grcov-binary := "--binary-path ./target/coverage/deps/"
grcov-ignore := "--ignore-not-existing --ignore '../*' --ignore \"/*\" --ignore 'target/*'"
@ -14,7 +19,3 @@ cov-md-ci:
doc:
cargo doc
build-release:
time cargo build -j4 --release
run:
cargo run -- -j16 ~/Music