SemanticMediaWiki / Mermaid

Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
https://www.mediawiki.org/wiki/Extension:Mermaid
Other
36 stars 22 forks source link

Bug fix - failing CI test #104

Closed marko220991 closed 4 months ago

marko220991 commented 4 months ago

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.

codecov-commenter commented 4 months ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #104 +/- ## ========================================= Coverage 72.72% 72.72% Complexity 24 24 ========================================= Files 5 5 Lines 88 88 ========================================= Hits 64 64 Misses 24 24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.