mirror of
https://github.com/dnaka91/obws
synced 2024-11-13 19:12:03 +00:00
Add new flag for llvm-cov to avoid absolute paths
This commit is contained in:
parent
8f5fa81f12
commit
6e1e3a902d
4
Justfile
4
Justfile
@ -13,8 +13,8 @@ coverage:
|
||||
cargo install cargo-llvm-cov
|
||||
rustup component add llvm-tools-preview
|
||||
|
||||
cargo llvm-cov --html --all-features -- --test-threads 1
|
||||
cargo llvm-cov --no-run --json --summary-only | \
|
||||
cargo llvm-cov --remap-path-prefix --html --all-features -- --test-threads 1
|
||||
cargo llvm-cov --remap-path-prefix --no-run --json --summary-only | \
|
||||
jq -c '.data[0].totals.lines.percent | { \
|
||||
schemaVersion: 1, \
|
||||
label: "coverage", \
|
||||
|
Loading…
Reference in New Issue
Block a user