diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1207dbc..297d8c9 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", "--verbose", "test"] + args: ["build", "coverage", "-Dcoverage-threshold=80"] language: system types: [file] pass_filenames: false