split config into own package #1248
Closed
Codecov / codecov/project
failed
Apr 29, 2024 in 0s
72.83% (-1.14%) compared to f2cba82
View this Pull Request on Codecov
72.83% (-1.14%) compared to f2cba82
Details
Codecov Report
Attention: Patch coverage is 83.87097%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 72.83%. Comparing base (
f2cba82
) to head (28fe251
).
Additional details and impacted files
@@ Coverage Diff @@
## main #1248 +/- ##
============================================
- Coverage 73.97% 72.83% -1.14%
+ Complexity 2365 2335 -30
============================================
Files 347 346 -1
Lines 7071 6988 -83
============================================
- Hits 5231 5090 -141
- Misses 1840 1898 +58
Files | Coverage Δ | |
---|---|---|
src/API/Behavior/Internal/LogWriterFactory.php | 71.42% <100.00%> (-7.52%) |
⬇️ |
...g/Configuration/Accessor/ClassConstantAccessor.php | 100.00% <100.00%> (ø) |
|
...c/Config/Configuration/Accessor/PhpIniAccessor.php | 100.00% <100.00%> (ø) |
|
src/Config/Configuration/Configuration.php | 100.00% <100.00%> (ø) |
|
src/Config/Configuration/Parser/BooleanParser.php | 100.00% <100.00%> (ø) |
|
src/Config/Configuration/Parser/ListParser.php | 100.00% <100.00%> (ø) |
|
src/Config/Configuration/Parser/MapParser.php | 100.00% <100.00%> (ø) |
|
src/Config/Configuration/Parser/RatioParser.php | 100.00% <100.00%> (ø) |
|
...onfig/Configuration/Resolver/CompositeResolver.php | 100.00% <100.00%> (ø) |
|
...fig/Configuration/Resolver/EnvironmentResolver.php | 100.00% <100.00%> (ø) |
|
... and 24 more |
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f2cba82...28fe251. Read the comment docs.
Loading