mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* 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>
20 lines
317 B
YAML
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"
|