feat: add go test coverage enforcement script and update pre-commit configuration

This commit is contained in:
Wikid82
2025-11-17 19:42:49 -05:00
parent 5dd5036661
commit ae9014092b
4 changed files with 43 additions and 0 deletions
+6
View File
@@ -40,6 +40,12 @@ repos:
language: system
types: [go]
- id: go-test-coverage
name: go test (with coverage enforcement)
entry: bash scripts/go-test-coverage.sh
language: system
pass_filenames: false
- id: golangci-lint
name: golangci-lint (project linter)
entry: golangci-lint run