Skip to content
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

Deprecate the phpdbg option for code coverage #298

Merged
merged 1 commit into from
Apr 7, 2024

Commits on Apr 6, 2024

  1. Deprecate the phpdbg option for code coverage

    This includes both the current default (when neither pcov or
    xdebug are available) and the explicit use of --coverage-phpdbg
    
    Since PHP 8.0, phpdbg is causing all sort of problems and is
    not recommended. So it's time to deprecate it in order to
    proceed to remove it completely for moodle-plugin-ci 5.0.0.
    
    Removal ref.: moodlehq#289
    
    Fixes moodlehq#213
    stronk7 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    cdfb095 View commit details
    Browse the repository at this point in the history