-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from PHPDBG to just "PHP" for coverage and mutation tests #189
Conversation
Changes look good, obv we need to get the checks green but I thought they would have been already? laminas/laminas-continuous-integration-action#148 shouldnt be needed for that? |
I wonder if we should explicitly enable I can't see anything related to |
I thought the CI failures were my fault, but it looks like a regression in See #190 |
I'll run the built container and check: very good point! |
I'll merge this into |
This might need rebasing, and then hopefully thanks to #191 the checks should be green. If not then something else has gone wrong here. |
122a1df
to
fe26adc
Compare
Note that MT MSI is 100% when running with XDebug, but 85.84% when running with `phpdbg`, which is no longer supported by PHPUnit. This will be fixed in a later iteration of the Laminas test container: laminas/laminas-ci-matrix-action#189
…coverage support Ref: https://github.com/laminas/laminas-ci-matrix-action/blob/7f7976e6faf1ee8fcfca77cf0487cc4d0b486f11/laminas-ci.schema.json Ref: Ocramius/DoctrineBatchUtils#392 Ref: Roave/BackwardCompatibilityCheck#741 Ref: laminas/laminas-continuous-integration-action#130 Ref: laminas/laminas-ci-matrix-action#189 Ref: sebastianbergmann/php-code-coverage#945 Ref: sebastianbergmann/php-code-coverage@c304be7
This change is needed for laminas/laminas-continuous-integration-action#148
Ref: laminas/laminas-continuous-integration-action#130
Ref: sebastianbergmann/php-code-coverage#945
Ref: sebastianbergmann/php-code-coverage@c304be7