origamiphp / source

Source code of the PHP toolbox.
MIT License
12 stars 4 forks source link

Add a command to check the database configuration #377

Closed ajardin closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #377 (470269d) into master (f178427) will decrease coverage by 0.56%. The diff coverage is 90.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #377      +/-   ##
============================================
- Coverage     98.38%   97.81%   -0.57%     
- Complexity      320      335      +15     
============================================
  Files            40       41       +1     
  Lines          1052     1098      +46     
============================================
+ Hits           1035     1074      +39     
- Misses           17       24       +7     
Impacted Files Coverage Δ
src/Service/ReleaseChecker.php 100.00% <ø> (ø)
src/Service/Setup/EnvironmentBuilder.php 93.22% <ø> (-0.12%) :arrow_down:
src/Service/ApplicationContext.php 91.42% <72.72%> (-8.58%) :arrow_down:
src/Command/Database/RestoreCommand.php 90.47% <80.00%> (-9.53%) :arrow_down:
src/Command/Database/DumpCommand.php 92.50% <83.33%> (-7.50%) :arrow_down:
src/Service/Setup/ConfigurationFiles.php 97.50% <90.90%> (-2.50%) :arrow_down:
src/Service/Middleware/Database.php 97.14% <97.05%> (+5.61%) :arrow_up:
src/Command/Database/DetailsCommand.php 100.00% <100.00%> (ø)
src/Command/UpdateCommand.php 100.00% <100.00%> (ø)
src/Service/Middleware/Binary/Docker.php 100.00% <100.00%> (ø)
... and 1 more

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 f178427...470269d. Read the comment docs.