Migrate the bundle to AbstractBundle - #151
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #151 +/- ##
============================================
- Coverage 97.48% 97.28% -0.21%
- Complexity 519 522 +3
============================================
Files 69 68 -1
Lines 1434 1325 -109
============================================
- Hits 1398 1289 -109
Misses 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
HypeMC
force-pushed
the
modernize-dir-structure
branch
2 times, most recently
from
July 27, 2026 04:21
159e44f to
6044d37
Compare
HypeMC
force-pushed
the
modernize-dir-structure
branch
from
July 27, 2026 04:43
6044d37 to
691007c
Compare
Brajk19
previously approved these changes
Jul 27, 2026
HypeMC
force-pushed
the
modernize-dir-structure
branch
from
July 27, 2026 08:33
8ed8816 to
2995131
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary 📝
This PR migrates the bundle to
AbstractBundle, replacing the separateBundle,Extension, andConfigurationclasses with the newer, consolidated API.It's recommended to review the PR commit by commit.
Checklist ✅