Closed andrey18106 closed 1 year ago
Merging #107 (2a65196) into main (39e85eb) will increase coverage by
0.10%
. The diff coverage is0.00%
.:exclamation: Current head 2a65196 differs from pull request most recent head 394a773. Consider uploading reports for the commit 394a773 to get more accurate results
@@ Coverage Diff @@
## main #107 +/- ##
============================================
+ Coverage 65.86% 65.97% +0.10%
Complexity 197 197
============================================
Files 25 25
Lines 1207 1205 -2
============================================
Hits 795 795
+ Misses 412 410 -2
Impacted Files | Coverage Δ | |
---|---|---|
lib/Service/UtilsService.php | 25.93% <0.00%> (+0.13%) |
:arrow_up: |
Resolves: https://github.com/cloud-py-api/mediadc/issues/151
Fixes usage of
str_contains
function, available only from PHP8, changed tostrpos
function.