Files
lobehub/codecov.yml
Katia b2e6777c81 🔨 chore: Add Codecov Bundle Analysis (#6698)
* Add Codecov Bundle Analysis integration

- Add @codecov/webpack-plugin for bundle size tracking
- Configure bundle analysis settings in codecov.yml
- Update CI workflow to include bundle analysis step
- Set bundle change threshold to 10KB

* Use nextjs-webpack-plugin

* Seperate workflow

Move the Build with Bundle Analysis step to its own GitHub Actions workflow file.

* Revert line additon change

---------

Co-authored-by: katia-sentry <katia.al-amir@sentry.com>
2025-07-10 18:18:15 +08:00

20 lines
317 B
YAML

coverage:
status:
project:
default: off
server:
flags:
- server
app:
flags:
- app
patch: off
comment:
layout: "bundle"
require_changes: true
require_base: true
require_head: true
require_bundle_changes: true
bundle_change_threshold: "10Kb"