-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: Implement Bundle analysis feature group #3073
Conversation
Bundle ReportChanges will increase total bundle size by 765 bytes ⬆️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3073 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 928 928
Lines 13916 13923 +7
Branches 3769 3718 -51
=======================================
+ Hits 13677 13684 +7
Misses 235 235
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3073 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 928 928
Lines 13916 13923 +7
Branches 3769 3800 +31
=======================================
+ Hits 13677 13684 +7
Misses 235 235
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3073 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 928 928
Lines 13916 13923 +7
Branches 3769 3718 -51
=======================================
+ Hits 13677 13684 +7
Misses 235 235
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3073 +/- ##
===========================================
Coverage 98.28000 98.28000
===========================================
Files 928 928
Lines 13916 13923 +7
Branches 3716 3800 +84
===========================================
+ Hits 13677 13684 +7
Misses 235 235
Partials 4 4
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question to look at
src/pages/RepoPage/SettingsTab/tabs/ConfigurationManager/ConfigurationManager.tsx
Show resolved
Hide resolved
521a65e
to
f8763a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice
Bundle ReportChanges will increase total bundle size by 765 bytes ⬆️
|
Implement bundle analysis feature group for configuration manager tab.
Design
Closes codecov/engineering-team#2109