You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable xdebug and pcov from self (validate) tests
We already were doing that in self (ci) tests and
also in recommended gha.dist.yml for plugins.
But for some reason (miss I imagine) we left this
validate test still installing both xdebug and then
using phpdbg for collecting coverage information.
And, as of today, it has started to crash (curiously,
it was not crashing earlier):
https://github.com/moodlehq/moodle-plugin-ci/actions/runs/1572798313
So, doing things properly, just disable any other covergae
extension because we use phpdbg.
0 commit comments