add coverage gate to pre-commit hook
This commit is contained in:
parent
d019035b95
commit
fc308bf56d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue