From 3fda9eabcfedf7bb98034688f9e2b29c65f96a19 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 26 Jun 2026 18:09:01 -0700 Subject: [PATCH] bump coverage to 79% --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eba5562..bc707ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: test name: Run zig build test entry: zig - args: ["build", "coverage", "-Dcoverage-threshold=78"] + args: ["build", "coverage", "-Dcoverage-threshold=79"] language: system types: [file] pass_filenames: false