Skip to content

Latest commit

 

History

History
196 lines (114 loc) · 5.62 KB

File metadata and controls

196 lines (114 loc) · 5.62 KB

Changes in PHPCOV

All notable changes in PHPCOV are documented in this file using the Keep a CHANGELOG principles.

13.0.1 - 2026-04-18

  • Added support for phpunit/php-code-coverage 14.1.3

13.0.0 - 2026-04-03

Added

  • #109: Support for merging serialized code coverage files generated using PHPUnit's PHAR
  • #115: Support for merging of serialized code coverage data files generated with different base paths
  • Added support for PHPUnit 13.1 and phpunit/php-code-coverage 14.0
  • Added --openclover CLI option for merging into OpenClover XML format
  • Added --source CLI option for configuring the path to source code when merging on a different machine
  • Added --do-not-require-matching-git-information, --do-not-require-matching-php-version, and --do-not-require-matching-code-coverage-driver CLI options for the merge command

Fixed

  • #153: Patches modifying only uncovered lines are not handled correctly

Removed

  • The "execute" command has been removed
  • PHPUnit 13.0 and phpunit/php-code-coverage 13.0 are no longer supported

12.0.0 - 2026-02-06

Added

  • Added support for PHPUnit 13

Removed

  • PHPUnit 12 is no longer supported
  • PHP 8.3 is no longer supported

11.0.4 - 2026-02-06

  • No changes; phpcov.phar rebuilt with updated dependencies

11.0.3 - 2025-11-29

  • No changes; phpcov.phar rebuilt with updated dependencies

11.0.2 - 2025-09-02

  • No changes; phpcov.phar rebuilt with updated dependencies

11.0.1 - 2025-02-29

  • No changes; phpcov.phar rebuilt with updated dependencies

11.0.0 - 2025-02-07

Added

  • Added support for PHPUnit 12

Removed

  • PHPUnit 11 is no longer supported
  • PHP 8.2 is no longer supported

10.0.1 - 2024-12-20

Added

  • Added support for PHP 8.4

10.0.0 - 2024-02-02

Added

  • Added support for PHPUnit 11

Removed

  • PHPUnit 10 is no longer supported
  • PHP 8.1 is no longer supported

9.0.2 - 2023-09-12

Changed

  • #134: Generate code coverage report in PHP format as first in list to avoid serializing cache data

9.0.1 - 2023-09-08

  • No changes; phpcov.phar rebuilt with updated dependencies

9.0.0 - 2023-02-13

Removed

  • PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported

8.2.1 - 2022-03-24

  • No changes; phpcov.phar rebuilt with updated dependencies

8.2.0 - 2020-10-02

Added

  • #105: Support for Cobertura XML report

8.1.2 - 2020-09-23

  • No changes; phpcov.phar rebuilt with updated dependencies

8.1.1 - 2020-09-10

Fixed

  • #102: Not all source files of sebastian/cli-parser packaged in PHAR

8.1.0 - 2020-08-13

Added

  • Added --path-coverage option for the execute command to enable branch and path coverage analysis

8.0.0 - 2020-08-11

Added

  • #98: Support for php-code-coverage ^9.1

Changed

  • Renamed --whitelist option to --include

7.0.2 - 2020-03-05

Fixed

  • #95: TypeError in commands

7.0.1 - 2020-02-09

Fixed

  • #93: Incorrect version info

7.0.0 - 2020-02-08

Added

  • Added support for PHPUnit 9

Removed

  • Removed support for PHP 7.2

6.0.1 - 2019-11-18

  • No changes; phpcov.phar rebuilt with updated dependencies

6.0.0 - 2019-02-20

Added

  • Added support for PHPUnit 8

Removed

  • Removed support for PHP versions older than PHP 7.2