Closed gin0115 closed 3 years ago
Merging #13 (ee272c9) into develop (107a97d) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #13 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 142 142
===========================================
Files 11 11
Lines 376 376
===========================================
Hits 376 376
Impacted Files | Coverage Δ | |
---|---|---|
src/Application/App_Config.php | 100.00% <ø> (ø) |
|
src/Application/App_Validation.php | 100.00% <ø> (ø) |
|
src/Services/Dice/PinkCrab_Dice.php | 100.00% <ø> (ø) |
|
src/Services/Registration/Registration_Service.php | 100.00% <ø> (ø) |
|
src/Services/View/View.php | 100.00% <ø> (ø) |
|
src/Application/App.php | 100.00% <100.00%> (ø) |
|
src/Application/App_Factory.php | 100.00% <100.00%> (ø) |
|
src/Exceptions/App_Initialization_Exception.php | 100.00% <100.00%> (ø) |
|
...es/Registration/Middleware/Hookable_Middleware.php | 100.00% <100.00%> (ø) |
|
src/Services/View/PHP_Engine.php | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 107a97d...ee272c9. Read the comment docs.
Renames the Registerable interface to Hookable and the internal Registerable_Middleware to Hookable_Middleware
Closes #2