From d80f545a6e7896a5a2b38b10173d5ae500fbe42c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 30 Nov 2025 14:05:11 +0000 Subject: [PATCH] fix(pre-commit): update frontend test coverage hook to run manually --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a93d31d9..08752a52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,12 +86,13 @@ repos: pass_filenames: false - id: frontend-test-coverage - name: Frontend Test Coverage + name: Frontend Test Coverage (Manual) entry: scripts/frontend-test-coverage.sh language: script - files: '^frontend/.*\.(ts|tsx|js|jsx)$' + files: '^frontend/.*\\.(ts|tsx|js|jsx)$' pass_filenames: false verbose: true + stages: [manual] - id: security-scan name: Security Vulnerability Scan (Manual)