Changes in php-code-coverage 6.1
All notable changes of the php-code-coverage 6.1 release series are documented in this file using the Keep a CHANGELOG principles.
- 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