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
IIRC code coverage for the Behat tests never properly worked with pcov.
I just got it working at WordPress/plugin-check#215 with xdebug though. So would be nice to do that here as well.
Another main issue with the setup here is that the source folders are configured incorrectly:
traduttore/tests/behat/maybe-generate-wp-cli-coverage.php
Lines 15 to 16 in a9faec1
It should be inc.
inc
Also, including the traduttore.php file would make sense.
traduttore.php
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
IIRC code coverage for the Behat tests never properly worked with pcov.
I just got it working at WordPress/plugin-check#215 with xdebug though. So would be nice to do that here as well.
Another main issue with the setup here is that the source folders are configured incorrectly:
traduttore/tests/behat/maybe-generate-wp-cli-coverage.php
Lines 15 to 16 in a9faec1
It should be
inc
.Also, including the
traduttore.php
file would make sense.The text was updated successfully, but these errors were encountered: