mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
docs: mark client unit suite green, not KNOWN RED
The full vitest suite passes (verified locally, 3252/3252), but both CLAUDE.md files, ci.yml's client-tests comment, and audit item A-2026-07-04 still called it "KNOWN RED" pending a P2 triage. Update all four to say the suite is green and must stay green, and close A-2026-07-04 (2026-07-20). Flipping client-tests to blocking + the nightly Playwright gate remain tracked as backlog #10. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -139,10 +139,9 @@ jobs:
|
||||
- name: Knip (unused code & deps)
|
||||
run: npx knip || true
|
||||
|
||||
# Unit tests live in their own job so a red suite is visible as exactly one
|
||||
# failing check instead of masking the static gates above. The suite is
|
||||
# KNOWN RED pending the reboot-plan P2 triage — do not "fix" tests here by
|
||||
# editing assertions; see docs/plans and the P2 triage rules.
|
||||
# Unit tests live in their own job so a suite failure is visible as exactly one
|
||||
# failing check instead of masking the static gates above. The suite is GREEN
|
||||
# and must stay green — never "fix" a failing test by editing its assertions.
|
||||
client-tests:
|
||||
name: Client Unit Tests
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user