-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: Remove barrel files from services collection (part 3) #3780
base: main
Are you sure you want to change the base?
chore: Remove barrel files from services collection (part 3) #3780
Conversation
Bundle ReportChanges will decrease total bundle size by 19.43kB (-0.16%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
|
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 #3780 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 824 824
Lines 14786 14798 +12
Branches 4250 4249 -1
=======================================
+ Hits 14597 14609 +12
Misses 182 182
Partials 7 7
... and 2 files with indirect coverage changes
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 #3780 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 824 824
Lines 14786 14798 +12
Branches 4242 4257 +15
=======================================
+ Hits 14597 14609 +12
Misses 182 182
Partials 7 7
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
❌ 2 Tests Failed:
View the top 2 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Bundle ReportChanges will decrease total bundle size by 19.43kB (-0.16%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3780 +/- ##
=======================================
Coverage 98.72% 98.72%
=======================================
Files 824 824
Lines 14786 14798 +12
Branches 4242 4249 +7
=======================================
+ Hits 14597 14609 +12
Misses 182 182
Partials 7 7
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Description
This PR is another in a series removing barrel files from across our application, in this PR we're removing them from
services/repositoryToken
,services/repoUploadToken
,services/toast
,services/toastNotification
,services/tracking
, and updating the relevant imports.Ticket: codecov/engineering-team#3352
Notable Changes
index
fromservices/repositoryToken
,services/repoUploadToken
,services/toast
,services/toastNotification
,services/tracking