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