ci(12-02): run coverage check on PRs with 70% line threshold

This commit is contained in:
Ethan Hurst
2026-02-25 19:33:08 +10:00
parent 97d2136c5d
commit 21c898b2cc

View File

@@ -37,4 +37,9 @@ jobs:
run: npm ci
- name: Run tests
if: github.event_name != 'pull_request'
run: npm test
- name: Run tests with coverage
if: github.event_name == 'pull_request'
run: npm run test:coverage