Allow to use code coverage with PHPSpec 5.0.#38
Closed
shulard wants to merge 4 commits intoleanphp:masterfrom
Closed
Allow to use code coverage with PHPSpec 5.0.#38shulard wants to merge 4 commits intoleanphp:masterfrom
shulard wants to merge 4 commits intoleanphp:masterfrom
Conversation
Allow to use phpunit/php-code-coverage 7.0 and phpspec/phpspec 5.0.
andrzejkupczyk
suggested changes
Mar 31, 2019
The CodeCoverage class, will throw an exception if there is no driver available.
andrzejkupczyk
approved these changes
Apr 9, 2019
bartosz-maciaszek
approved these changes
Apr 15, 2019
aur1mas
approved these changes
May 15, 2019
Contributor
|
Friendly ping |
|
Ping @ek9 :-) |
|
@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. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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