Commit b69b4db
ci: install codecov + size-limit bundle gates (Tier-2 quality) (#128)
* ci: install codecov + size-limit bundle gates (Tier-2 quality)
- Codecov: free unlimited for public repos. Surfaces coverage delta
in PR comments. No account / token needed for public repo uploads.
- size-limit: tracks dist/assets/index-*.js + *.css against 350KB /
60KB budgets. Surfaces bundle-size regressions in PR comments.
Free for public repos.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ci: update package-lock.json with size-limit + @size-limit/preset-app
npm ci failed in CI because lockfile was out of sync with package.json.
Run npm install locally to regenerate the lock with the new devDeps.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* ci(size-limit): continue-on-error on first install (Tier-2 quality)
Main bundle currently exceeds 350KB budget (~667KB) and the action's
own npx shell loses sight of @size-limit/preset-app at runtime. Flip
to required once budget + invocation are tuned.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a10ab8d commit b69b4db
2 files changed
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments