add coverage gate to pre-commit hook
All checks were successful
Generic zig build / build (push) Successful in 1m21s
Generic zig build / deploy (push) Successful in 14s

This commit is contained in:
Emil Lerch 2026-01-08 15:14:52 -08:00
parent d019035b95
commit fc308bf56d
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

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