buggregator / trap

Buggregator local debug server for PHP projects as composer package
https://buggregator.dev
BSD 3-Clause "New" or "Revised" License
102 stars 8 forks source link

Add mutation testing support and CI/CD workflow #110

Open lotyp opened 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 23.34%. Comparing base (af9ad19) to head (45fc92d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #110 +/- ## ========================================= Coverage 23.34% 23.34% Complexity 1232 1232 ========================================= Files 146 146 Lines 3834 3834 ========================================= Hits 895 895 Misses 2939 2939 ```

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

lotyp commented 1 month ago

Looks like we currently have problem, where pest is blocking phpunit to run. I had this issue on other project, there should be solution.

One problem could be because of src/Tests/Proto, to resolve, we should disable some tests, and check, which suite/group breaks pest and phpunit.

image
roxblnfk commented 1 month ago

Need to limit phpunit using testsuite Unit

lotyp commented 1 month ago

@roxblnfk I've created issue, as, probably, there is bug in upstream package vimeo/psalm: https://github.com/vimeo/psalm/issues/11006