-
Notifications
You must be signed in to change notification settings - Fork 13
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
There is no available coverage driver to be used? Php7.3 Only? #42
Comments
Hello ! That's a weird issue, on our side the PHP7.3 tests are passing. The error came from the
|
Maybe you can just try to add a new specific env var for PHP7.3: |
Yes, indeed strange. I've added
which seems to fix the problem. |
Anyway, fixed for the moment, so closing. |
Seems to be related to sebastianbergmann/php-code-coverage#834. @shulard Maybe we should document this... 🤔 |
@jaylinski yes you're right. Maybe we can add some details about the different adapters or at least direct the user to some useful links in the README. |
I have a project and when I use
"friends-of-phpspec/phpspec-code-coverage": "^6.0"
then it fails in Travis CI for php 7.3. The same configuration passes for php7.4.If i use
"friends-of-phpspec/phpspec-code-coverage": "^5.0"
then it works.I get this error:
You can find the whole source code/configurations here:
https://github.com/klodoma/portphp-steps/tree/phpspec-fail
The text was updated successfully, but these errors were encountered: