mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
add SIZE column and paths_under
This commit is contained in:
parent
1a00ef1ff6
commit
29435bb937
5 changed files with 87 additions and 65 deletions
9
Justfile
9
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue