Closed gmponos closed 6 years ago
Merging #12 into master will increase coverage by
0.15%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #12 +/- ##
============================================
+ Coverage 95.96% 96.12% +0.15%
- Complexity 47 49 +2
============================================
Files 1 1
Lines 124 129 +5
============================================
+ Hits 119 124 +5
Misses 5 5
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Middleware/LoggerMiddleware.php | 96.12% <100%> (+0.15%) |
49 <0> (+2) |
:arrow_up: |
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 d9031ef...e522c3e. Read the comment docs.
Changed
$logRequestOnExceptionOnly
to$onExceptionOnly
. The purpose of this constructor argument was to log request and responses only if an exceptgition occurs. If you were manually setting this argument as true now you must set it as false as the variables meaning is inverted.requests
. It will be removed on my next version.