Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/lighthouse/lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"assert": {
"preset": "lighthouse:no-pwa",
"// note": "No preset — this is a daily/push perf DASHBOARD, not a merge gate (the job commits scores to docs/lighthouse-scores.json and runs on schedule + push-to-main). The lighthouse:no-pwa preset ships error-level per-audit assertions (errors-in-console, valid-source-maps, legacy-javascript...) that would fail every main push on a healthy site — the exact 'red check everyone ignores' problem #168 fixed. Category scores are warn-level: regressions show in the logs without failing the job. A genuine collect failure (site unreachable) still fails loudly because the step is no longer continue-on-error.",
"assertions": {
"categories:performance": ["warn", { "minScore": 0.5 }],
"categories:accessibility": ["warn", { "minScore": 0.8 }],
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ scripts/__tests__/fixtures/*
# SpecKit wrapper (Docker-first) — tool + cache state, never commit
.speckit-tools/
.speckit-cache/
.lighthouseci/
Loading