Closed gemal closed 2 years ago
Merging #462 (5b2cf19) into main (3cfc830) will not change coverage. The diff coverage is
81.04%
.
@@ Coverage Diff @@
## main #462 +/- ##
=======================================
Coverage 72.74% 72.74%
=======================================
Files 127 127
Lines 23052 23052
=======================================
Hits 16769 16769
Misses 6283 6283
Flag | Coverage Δ | |
---|---|---|
php-5.6-ubuntu-latest | 72.42% <81.04%> (ø) |
|
php-7.1-ubuntu-latest | 72.81% <81.04%> (ø) |
|
php-7.2-ubuntu-latest | 72.68% <81.04%> (-0.01%) |
:arrow_down: |
php-7.3-ubuntu-latest | 72.68% <81.04%> (ø) |
|
php-7.4-ubuntu-latest | 72.68% <81.04%> (ø) |
|
php-8.0-ubuntu-latest | 72.68% <81.04%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
tcpdf.php | 70.80% <81.04%> (ø) |
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 3cfc830...5b2cf19. Read the comment docs.
For me this is a BC break, right?
Php functions are case insensitive. So setX and Setx is the same
more fix for #419