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:
cucadmuh
2026-05-11 00:50:46 +03:00
committed by GitHub
parent 7c32172d5d
commit 1cc43dc669
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -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}"