singularity-forge/.github/workflows
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
..
ai-triage.yml Migrate workflows to Blacksmith (#2414) 2026-03-24 15:58:30 -06:00
build-native.yml fix(ci): add Rust target for all platforms, not just cross-compilation 2026-03-24 16:22:36 -06:00
ci.yml ci: enforce test requirements and coverage thresholds on PRs 2026-03-26 17:55:53 -05:00
cleanup-dev-versions.yml Migrate workflows to Blacksmith (#2414) 2026-03-24 15:58:30 -06:00
pipeline.yml fix(ci): prevent pipeline race condition on release push 2026-03-25 10:47:48 -06:00
pr-risk.yml Migrate workflows to Blacksmith (#2414) 2026-03-24 15:58:30 -06:00