Skip to content

Releases: sebastianbergmann/php-code-coverage

phpunit/php-code-coverage 12.5.2

24 Dec 07:04
Immutable release. Only release title and notes can be modified.
12.5.2
4a9739b

Choose a tag to compare

Fixed

  • #1131: Invalid XML generated when both PCOV and Xdebug are loaded

phpunit/php-code-coverage 11.0.12

24 Dec 07:03
Immutable release. Only release title and notes can be modified.
11.0.12
2c1ed04

Choose a tag to compare

Fixed

  • #1092: Error in DOMDocument::saveXML() is not handled
  • #1131: Invalid XML generated when both PCOV and Xdebug are loaded

phpunit/php-code-coverage 12.5.1

08 Dec 07:20
Immutable release. Only release title and notes can be modified.
12.5.1
c467c59

Choose a tag to compare

Changed

  • #1125: Improve performance of XML report by using XMLWriter instead of DOM

phpunit/php-code-coverage 12.5.0

29 Nov 07:16
Immutable release. Only release title and notes can be modified.
12.5.0
bca180c

Choose a tag to compare

Added

  • Option to not generate the <source> element for the XML report

Changed

phpunit/php-code-coverage 12.4.0

24 Sep 13:45
12.4.0
67e8aed

Choose a tag to compare

Added

  • #1095: Support for light/dark mode in HTML report

phpunit/php-code-coverage 12.3.8

17 Sep 11:32
12.3.8
99e692c

Choose a tag to compare

Fixed

  • #1092: Error in DOMDocument::saveXML() is not handled
  • #1094: No branch and path coverage in HTML report

phpunit/php-code-coverage 12.3.7

10 Sep 09:59
12.3.7
bbede0f

Choose a tag to compare

Changed

  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

phpunit/php-code-coverage 12.3.6

02 Sep 05:23
12.3.6
da2cdaf

Choose a tag to compare

Fixed

  • #1091: HTML report renderer uses code coverage driver

phpunit/php-code-coverage 12.3.5

01 Sep 08:08
12.3.5
96dc046

Choose a tag to compare

Changed

  • #1090: Only export properties for configuration, code coverage data, and test results when serializing CodeCoverage

phpunit/php-code-coverage 12.3.4

29 Aug 11:33
12.3.4
7ad0e9b

Choose a tag to compare

Changed

  • Improved performance of MapBuilder::build()