diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08e39ca..0f72709 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: test name: Run zig build test entry: zig - args: ["build", "coverage", "-Dcoverage-threshold=75"] + args: ["build", "coverage", "-Dcoverage-threshold=77"] language: system types: [file] pass_filenames: false