Closed devenbansod closed 7 years ago
Merging #130 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #130 +/- ##
=========================================
Coverage 53.92% 53.92%
Complexity 212 212
=========================================
Files 17 17
Lines 942 942
=========================================
Hits 508 508
Misses 434 434
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 699e563...acd764f. Read the comment docs.
Thanks for the review @nijel. I have fixed the tests.
I also wonder if we should not ignore both paths as this is obviously something which has been changed on the phpMyAdmin side, so old versions will still report the old path...
Did you mean 'if we should not ignore both paths' ?
Exactly :-). Though I didn't really look when it has been changed on the phpMyAdmin site, so maybe it's too old to care...
I checked it just now. It was changed in https://github.com/phpmyadmin/phpmyadmin/commit/addb363cdb86bfd3f2e89aa6a9ae254641225080 in mid-2013 (changes start from Release 4.1.0-alpha1). I guess it is too old to care now ?
Thanks for looking it up, then we probably don't have to care.
Fix #121
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com