bump coverage floor to 77%

This commit is contained in:
Emil Lerch 2026-06-24 16:46:29 -07:00
parent 068913db00
commit 987c474bcf
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

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