-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor: break up bundle analysis services #560
Conversation
These changes add nothing. It's a simple refactor breaking up different services related to bundle analysis into different files. The "bundle_analysis" service is already a grouping of different things (processing, comparison, notify, etc) and it's getting big as is.
Codecov ReportAttention: Patch coverage is
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #560 +/- ##
==========================================
+ Coverage 97.53% 97.54% +0.01%
==========================================
Files 451 456 +5
Lines 36119 36489 +370
==========================================
+ Hits 35229 35595 +366
- Misses 890 894 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #560 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 420 423 +3
Lines 35397 35417 +20
=======================================
+ Hits 34517 34537 +20
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #560 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 420 423 +3
Lines 35397 35417 +20
=======================================
+ Hits 34517 34537 +20
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #560 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 420 423 +3
Lines 35397 35417 +20
=======================================
+ Hits 34517 34537 +20
Misses 880 880
Flags with carried forward coverage won't be shown. Click here to find out more.
|
These changes add nothing. It's a simple refactor breaking up
different services related to bundle analysis into different files.
The "bundle_analysis" service is already a grouping of different things
(processing, comparison, notify, etc) and it's getting big as is.