Closed gin0115 closed 3 years ago
Merging #5 (c84975a) into develop (0e8fcad) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #5 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 140 141 +1
===========================================
Files 11 11
Lines 362 365 +3
===========================================
+ Hits 362 365 +3
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Application/App_Factory.php | 100.00% <100.00%> (ø) |
11.00 <1.00> (+1.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 0e8fcad...c84975a. Read the comment docs.
Now allows the passing of Registration_Middleware to the App from the App_Factory instance. This was an initial oversight but documented in the docs.
Follows the same format as used in App it self, so no changes to docs needed.
Closes #1