-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bundle size check #2656
Add bundle size check #2656
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2656 +/- ##
=======================================
Coverage 86.60% 86.60%
=======================================
Files 208 208
Lines 11882 11882
Branches 1498 1498
=======================================
Hits 10290 10290
Misses 1540 1540
Partials 52 52 |
Size Change: 0 B Total Size: 629 kB ℹ️ View Unchanged
|
Purpose
I want to keep a closer eye on bundle size. https://github.com/preactjs/compressed-size-action reports changes in compressed file sizes on PRs. It doesn't enforce any limits but creates better awareness.
Approach and changes
Definition of done