-
Notifications
You must be signed in to change notification settings - Fork 39
Allow to use code coverage with PHPSpec 5.0. #38
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
Conversation
Allow to use phpunit/php-code-coverage 7.0 and phpspec/phpspec 5.0.
The CodeCoverage class, will throw an exception if there is no driver available.
Friendly ping |
Ping @ek9 :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely give my 👍 for this.
@Nyholm I tried to ping @ek9 by email but I got an email back, it seems that the email is no more working, and the domain name as well. The maintainer doesn't have any contribution in the last year (https://github.com/ek9). Do you think we should fork this ? |
Ok guys, I made the fork: https://packagist.org/packages/drupol/phpspec-code-coverage As soon as we have news from the original maintainer I'll delete my fork. |
Hello,
I've created this little PR to upgrade the dependencies and allow to use this awesome CodeCoverage wrapper on latest library releases.
This also allow to use the new PCov coverage driver which is lighter : https://github.com/krakjoe/pcov