Closed marko220991 closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.72%. Comparing base (
226144c
) to head (df49ac5
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
After taking a closer look at failing CI test, some changes were made and now all tests are working fine. Some builtin PHPUnit functions, like assertContains and assertInternalType, were depracated, and that is why we had warnings and failures.
After we updated those php files with new functions, all seems to work fine now.