-
-
Notifications
You must be signed in to change notification settings - Fork 384
Added setter for mapTestClassNameToCoveredClassName #261
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
* PHP_CodeCoverage_Driver is now an abstract class (was an interface before) * Move getAllowedLines and getLinesToBeIgnored() from PHP_CodeCoverage to new PHP_CodeCoverage_Parser class * Move the application of the blacklist/whitelist/"ignored lines" filtering from PHP_CodeCoverage to PHP_CodeCoverage_Driver * Driver-specific data cleanup is now performed after the blacklist/whitelist/"ignored lines" filtering
Allow / as root folder
hhvm code coverage fix. Lines to be ignored process existing files
… existing files" This reverts commit 3e37a7b.
Added HHVM to travis.yml
|
21b9006
to
dd8c0d3
Compare
I recreated the Please open a new pull request against the |
No description provided.