mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(dev): support local Rust coverage checks (#535)
Add the coverage and lint tools to the Nix dev shell so local pre-PR checks can match CI, and make the hot-path coverage gate locale-stable.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
# `winget install jqlang.jq` or `choco install jq`).
|
||||
|
||||
set -euo pipefail
|
||||
export LC_ALL=C
|
||||
|
||||
JSON="${1:-src-tauri/target/llvm-cov/cov.json}"
|
||||
HOT_PATH_LIST="${2:-.github/hot-path-files.txt}"
|
||||
|
||||
Reference in New Issue
Block a user