singularity-forge/.github
Jeremy 13bad4f4e9 ci: enforce test requirements and coverage thresholds on PRs
Add two CI gates to enforce CONTRIBUTING.md test requirements:

1. File-matching check (lint job): fails PRs that change source files
   without including test file changes. Exempts docs/chore/ci branches.

2. Coverage gate (build job): wires existing `npm run test:coverage`
   into CI with c8 thresholds (40% statements/lines, 20% branches/functions).
   Previously defined in package.json but never ran in CI.

Lowers coverage thresholds from 50% to 40% for statements/lines to match
current codebase reality (~44%) — prevents the gate from blocking every PR
on day one while still catching coverage regressions.
2026-03-26 17:55:53 -05:00
..
ISSUE_TEMPLATE docs: add structured issue templates 2026-03-19 01:54:22 -07:00
workflows ci: enforce test requirements and coverage thresholds on PRs 2026-03-26 17:55:53 -05:00
CODEOWNERS chore(contrib): add CODEOWNERS and team workflow docs (#2286) 2026-03-24 07:35:40 -06:00
FUNDING.yml chore: add GitHub Sponsors funding config 2026-03-11 16:30:42 -06:00
PULL_REQUEST_TEMPLATE.md docs: add VISION.md, CONTRIBUTING.md, and update PR template (#1506) 2026-03-19 17:08:23 -06:00