Commit 17b4237
committed
feat(ci): upload loopover-ui bundle stats to Codecov
Tracks JS bundle-size regressions for the deployed marketing/product
site on every PR. Uses @codecov/bundle-analyzer's standalone CLI
against the built dist/client directly, since @codecov/vite-plugin's
latest release doesn't yet support Vite 8 (this repo's Vite runs on
rolldown internally, so @codecov/rollup-plugin doesn't fit either).
Fork-excluded and non-blocking (continue-on-error): unlike coverage,
nothing gates a merge on bundle size, so an upload hiccup must never
fail CI. loopover-miner-ui is intentionally excluded -- it's a
self-hosted operator dashboard with no build step in this CI job.1 parent 1b62bf0 commit 17b4237
4 files changed
Lines changed: 347 additions & 2 deletions
File tree
- .github/workflows
- apps/loopover-ui
- test/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
401 | 416 | | |
402 | 417 | | |
403 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments