We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
Moodle plugin CI supports a little bit of parameters specified by PHPUnit 9.x documentation.
My suggestion is to adapt the command to receive, at least, more coverage and log reporting options.
This can be done, by changing the ideia of only proxy params to create some logic. For instance:
moodle-plugin-ci phpunit --fail-on [ warning, incomplete... ] --log [ junit, teamcity... ] --coverage [ clover, text... ]
If these ideas are viable for this project, I'm at your disposal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
Moodle plugin CI supports a little bit of parameters specified by PHPUnit 9.x documentation.
My suggestion is to adapt the command to receive, at least, more coverage and log reporting options.
This can be done, by changing the ideia of only proxy params to create some logic. For instance:
If these ideas are viable for this project, I'm at your disposal.
The text was updated successfully, but these errors were encountered: