bump coverage floor again

This commit is contained in:
Emil Lerch 2026-04-23 07:00:40 -07:00
parent b1055cbdd3
commit cb77845086
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ repos:
- id: test
name: Run zig build test
entry: zig
args: ["build", "coverage", "-Dcoverage-threshold=53"]
args: ["build", "coverage", "-Dcoverage-threshold=54"]
language: system
types: [file]
pass_filenames: false

View file

@ -7,7 +7,7 @@ zig build # build the zfin binary (output: zig-out/bin/zfin)
zig build test # run all tests (single binary, discovers all tests via refAllDeclsRecursive)
zig build run -- <args> # build and run CLI
zig build docs # generate library documentation
zig build coverage -Dcoverage-threshold=53 # run tests with kcov coverage (Linux only)
zig build coverage -Dcoverage-threshold=54 # run tests with kcov coverage (Linux only)
```
**Tooling** (managed via `.mise.toml`):