modularity icon indicating copy to clipboard operation
modularity copied to clipboard

Package - remove deprecated $defaultModules from boot()-method.

Open Chrico opened this issue 1 year ago • 1 comments

Please check if the PR fulfills these requirements

  • [x] The commit message follows our guidelines
  • [x] Tests for the changes have been added (for bug fixes/features)
  • [x] Docs have been added/updated (for bug fixes/features)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This PR removes the deprecated Module ...$defaultModules in Package::boot().

Chrico avatar Aug 29 '24 12:08 Chrico

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.82%. Comparing base (d4ea195) to head (2b1e7b4). Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #53      +/-   ##
============================================
- Coverage     98.42%   97.82%   -0.60%     
- Complexity      238      308      +70     
============================================
  Files            10       10              
  Lines           570      735     +165     
============================================
+ Hits            561      719     +158     
- Misses            9       16       +7     
Flag Coverage Δ
unittests 97.82% <100.00%> (-0.60%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 29 '24 12:08 codecov[bot]