Skip to content

Releases: sebastianbergmann/php-code-coverage

phpunit/php-code-coverage 12.3.6

02 Sep 05:23
12.3.6
da2cdaf
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

  • Improved performance of MapBuilder::build()

phpunit/php-code-coverage 12.3.3

27 Aug 14:44
12.3.3
733025d
Compare
Choose a tag to compare

Changed

  • #1085: Improve performance by skipping empty lines after filter has been applied

phpunit/php-code-coverage 11.0.11

27 Aug 14:39
11.0.11
4f7722a
Compare
Choose a tag to compare

Changed

  • #1085: Improve performance by skipping empty lines after filter has been applied

phpunit/php-code-coverage 12.3.2

29 Jul 06:19
12.3.2
086553c
Compare
Choose a tag to compare

Changed

  • Add coverage and complexity columns to class and method complexity tables
  • Add CRAP to graph tooltip

Fixed

  • #1081: Class complexity scatter chart tooltips show incorrect class

phpunit/php-code-coverage 12.3.1

18 Jun 08:59
12.3.1
ddec29d
Compare
Choose a tag to compare

Changed

  • Changed CSS for HTML report to not use common ligatures as this sometimes lead to hard-to-read code
  • Updated Bootstrap to version 5.3.6 for HTML report

phpunit/php-code-coverage 11.0.10

18 Jun 09:00
11.0.10
1a800a7
Compare
Choose a tag to compare

Changed

  • Changed CSS for HTML report to not use common ligatures as this sometimes lead to hard-to-read code
  • Updated Bootstrap to version 5.3.6 for HTML report

phpunit/php-code-coverage 12.3.0

23 May 15:49
12.3.0
9075a8e
Compare
Choose a tag to compare

Changed

  • #1080: Support for reporting code coverage information in OpenClover XML reporter; unlike the existing Clover XML reporter, which remains unchanged, this new reporter validates against the OpenClover project's XML schema definition, with one exception: we do not generate <testproject> element. This feature is experimental and the generated XML might change in order to improve compliance with the OpenClover project's XML schema definition further. Such changes will be made in bugfix and/or minor releases even if they break backward compatibility.

phpunit/php-code-coverage 12.2.1

04 May 05:25
12.2.1
448f2c5
Compare
Choose a tag to compare

Changed

  • Safeguard file_get_contents() call with is_file() call to avoid problems with error handlers that act on suppressed warnings