Closed mringler closed 3 years ago
Merging #1731 (fc1100b) into master (8383788) will increase coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1731 +/- ##
============================================
+ Coverage 88.27% 88.31% +0.04%
- Complexity 7718 7738 +20
============================================
Files 262 263 +1
Lines 22133 22207 +74
============================================
+ Hits 19537 19613 +76
+ Misses 2596 2594 -2
Flag | Coverage Δ | Complexity Δ | |
---|---|---|---|
5-max | 88.31% <100.00%> (+0.04%) |
7738.00 <3.00> (+20.00) |
|
7.4 | 88.31% <100.00%> (+0.04%) |
7738.00 <3.00> (+20.00) |
|
agnostic | 73.70% <0.00%> (+0.02%) |
7738.00 <3.00> (+20.00) |
|
mysql | 70.40% <100.00%> (+0.11%) |
7737.00 <3.00> (+20.00) |
|
pgsql | 70.54% <100.00%> (+0.10%) |
7737.00 <3.00> (+20.00) |
|
sqlite | 68.48% <100.00%> (+0.11%) |
7737.00 <3.00> (+20.00) |
Flags with carried forward coverage won't be shown. Click here to find out 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 8383788...fc1100b. Read the comment docs.
Looks like CI is working again
Ok, this is really menial. Still annoyed me after seeing it a million times. Ever wondered what is going on with that one console output ('Successfully wrote PHP configuration in file "/tmp/propel_init/generated-conf/config.php"') during tests? The one around 39%:
Why does that command create output, while the others do not?
It's pretty simple, the
Init
command just didn't propagate its output to the nested commands, so the default console output was used, instead of the wrapped output.Again, menial, but gone is gone.