All notable changes are documented in this file using the Keep a CHANGELOG principles.
- Fixed #710: Code Coverage does not work in PhpStorm
- Implemented #709: Prioritize PCOV over Xdebug
- Update HTML report Bootstrap 4.3.1, jQuery 3.4.1, and popper.js 1.15.0
- Bumped required version of php-token-stream
- Bumped required version of php-token-stream
- Fixed #681:
use function
statements are not ignored
- Fixed #682: Code that is not executed is reported as being executed when using PCOV
- Fixed #671:
TypeError
when directory name is a number
- Updated HTML report to Bootstrap 4.3.0
- Fixed #667:
TypeError
in PHP reporter
- Fixed #664:
TypeError
when whitelisted file does not exist
- Implemented #663: Support for PCOV
- Fixed #654: HTML report fails to load assets
- Fixed #655: Popin pops in outside of screen
- This component is no longer supported on PHP 7.1
- Fixed #650: Wasted screen space in HTML code coverage report
- Use
^3.1
of sebastian/environment
again due to regression
- Fixed #645: Crash that can occur when php-token-stream parses invalid files
- This component now allows
^4
of sebastian/environment
- Class names are now abbreviated (unqualified name shown, fully qualified name shown on hover) in the file view of the HTML report
- Update HTML report to Bootstrap 4