From 67c62d15503726d6fb89b30fcb18648c14a55e86 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 23 Apr 2026 02:47:17 -0700 Subject: [PATCH] bump coverage floor --- .pre-commit-config.yaml | 2 +- AGENTS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a604dab..81ebfcf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: test name: Run zig build test entry: zig - args: ["build", "coverage", "-Dcoverage-threshold=52"] + args: ["build", "coverage", "-Dcoverage-threshold=53"] language: system types: [file] pass_filenames: false diff --git a/AGENTS.md b/AGENTS.md index 37525ef..78dacd8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 -- # build and run CLI zig build docs # generate library documentation -zig build coverage -Dcoverage-threshold=52 # run tests with kcov coverage (Linux only) +zig build coverage -Dcoverage-threshold=53 # run tests with kcov coverage (Linux only) ``` **Tooling** (managed via `.mise.toml`):