Closed ikeyan closed 3 years ago
Merging #1761 (421c90c) into master (32cfcfc) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1761 +/- ##
=========================================
Coverage 87.87% 87.87%
- Complexity 7822 7823 +1
=========================================
Files 267 267
Lines 22520 22522 +2
=========================================
+ Hits 19790 19792 +2
Misses 2730 2730
Flag | Coverage Δ | |
---|---|---|
5-max | 87.87% <100.00%> (+<0.01%) |
:arrow_up: |
7.4 | 87.87% <100.00%> (+<0.01%) |
:arrow_up: |
agnostic | 73.37% <100.00%> (+<0.01%) |
:arrow_up: |
mysql | 69.84% <0.00%> (-0.01%) |
:arrow_down: |
pgsql | 69.77% <0.00%> (-0.01%) |
:arrow_down: |
sqlite | 67.76% <0.00%> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/Propel/Common/Config/XmlToArrayConverter.php | 93.33% <100.00%> (+0.22%) |
: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 32cfcfc...421c90c. Read the comment docs.
psalm's error was because
$k
can be float or bool.