chore(deps): update dependency phpunit/php-code-coverage to v14 - #90
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency phpunit/php-code-coverage to v14#90renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
PR Summary
|
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
from
August 29, 2026 14:43
27deb9b to
46f269c
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
August 29, 2026 21:54
46f269c to
fd3f3e5
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
August 30, 2026 09:41
fd3f3e5 to
b8e58a8
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
from
August 31, 2026 19:08
b8e58a8 to
bf8035e
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
from
September 1, 2026 12:11
bf8035e to
8aff623
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
September 5, 2026 01:15
711e544 to
fdbf42c
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
September 6, 2026 08:38
fdbf42c to
b2e6171
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
September 7, 2026 00:32
b2e6171 to
dba4398
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
September 7, 2026 12:55
dba4398 to
734fa4b
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
2 times, most recently
from
September 9, 2026 01:43
734fa4b to
a854251
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10→^14Release Notes
sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)
v14.3.2: phpunit/php-code-coverage 14.3.2Compare Source
Fixed
Granularity::LineAndBranch) (Xdebug was started withoutXDEBUG_CC_BRANCH_CHECKand only line coverage was collected)v14.3.1: phpunit/php-code-coverage 14.3.1Compare Source
Changed
v14.3.0: phpunit/php-code-coverage 14.3.0Compare Source
Added
<covered>elements of the XML report now have acountattribute; drivers that do not collect hit counts report1)Changed
Totalrow--phpunit-*to--coverage-*; custom CSS files that use these, or that use Bootstrap's--bs-*custom properties, need to be updatedSebastianBergmann\CodeCoverage\Report\Html\Colors::default()now uses#eef1f5and#​22272efor the breadcrumb colors instead ofvar(--bs-gray-200)andvar(--bs-gray-800).covfiles was bumped from version 1 to version 2; files serialized with previous versions cannot be loaded or merged any moreFixed
v14.2.4: phpunit/php-code-coverage 14.2.4Compare Source
v14.2.3: phpunit/php-code-coverage 14.2.3Compare Source
Fixed
v14.2.2: phpunit/php-code-coverage 14.2.2Compare Source
Fixed
v14.2.1: phpunit/php-code-coverage 14.2.1Compare Source
Added
RawCodeCoverageData::fromLineAndBranchCoverage()v14.2.0: phpunit/php-code-coverage 14.2.0Compare Source
Added
SebastianBergmann\CodeCoverage\Driver\Granularityenumeration withLine,LineAndBranch, andLineBranchAndPathcasesSebastianBergmann\CodeCoverage\Driver\Selector::driver(Filter, Granularity)for selecting a driver by required granularitySebastianBergmann\CodeCoverage\NoSupportedDriverAvailableExceptionthrown when no driver supports the requested granularityChanged
Merger::merge()now accepts any kind of iterableBranches:andPaths:lines on the presence of the corresponding data independentlyDeprecated
SebastianBergmann\CodeCoverage\Driver\Selector::forLineCoverage(), useSelector::select()withGranularity::LineinsteadSebastianBergmann\CodeCoverage\Driver\Selector::forLineAndPathCoverage(), useSelector::select()withGranularity::LineBranchAndPathinsteadSebastianBergmann\CodeCoverage\CodeCoverage::enableBranchAndPathCoverage(), useSelector::select()withGranularity::LineBranchAndPathinsteadSebastianBergmann\CodeCoverage\CodeCoverage::disableBranchAndPathCoverage(), useSelector::select()withGranularity::LineinsteadSebastianBergmann\CodeCoverage\CodeCoverage::collectsBranchAndPathCoverage()SebastianBergmann\CodeCoverage\BranchAndPathCoverageNotSupportedException, replaced byBranchCoverageNotSupportedExceptionandPathCoverageNotSupportedExceptionFixed
v14.1.10: phpunit/php-code-coverage 14.1.10Compare Source
Fixed
v14.1.9: phpunit/php-code-coverage 14.1.9Compare Source
Fixed
v14.1.8: phpunit/php-code-coverage 14.1.8Compare Source
Fixed
casestatements are treated as branch operatorsv14.1.7: phpunit/php-code-coverage 14.1.7Compare Source
Fixed
match (true)expressions are reported as not executedv14.1.6: phpunit/php-code-coverage 14.1.6Compare Source
Fixed
UnintentionallyCoveredCodeExceptionshould reportClassName::methodNamewhen methods are targetedv14.1.5: phpunit/php-code-coverage 14.1.5Compare Source
Changed
UnintentionallyCoveredCodeExceptionshould reportClassName::methodNamewhen methods are targetedFixed
v14.1.4: phpunit/php-code-coverage 14.1.4Compare Source
Fixed
v14.1.3: phpunit/php-code-coverage 14.1.3Compare Source
Fixed
Unserializer::unserialize()is too restrictivev14.1.2: phpunit/php-code-coverage 14.1.2Compare Source
Fixed
v14.1.1: phpunit/php-code-coverage 14.1.1Compare Source
Fixed
v14.1.0: phpunit/php-code-coverage 14.1.0Compare Source
Added
SebastianBergmann\CodeCoverage\Report\Facade::summary()method that returns a value object that provides the number of executable lines, the number of executed lines, and line coverage in percent (as well as the respective numbers for branches and paths when available)Changed
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">line at the beginning. No document exists at this URL any more, referencing remote DTD URLs is problematic, and no common consumer of Cobertura XML relies on this line.Fixed
CoversClassdoes not transitively target traits used by enumerationsv14.0.0: phpunit/php-code-coverage 14.0.0Compare Source
Added
SebastianBergmann\CodeCoverage\Serialization\Serializerclass for serializingSebastianBergmann\CodeCoverage\CodeCoverageobjects in a versioned format to a fileSebastianBergmann\CodeCoverage\Serialization\Unserializerclass for unserializingSebastianBergmann\CodeCoverage\CodeCoverageobjects from a file creating usingSebastianBergmann\CodeCoverage\Serialization\SerializerSebastianBergmann\CodeCoverage\Report\Facadeclass for generating reports from bothSebastianBergmann\CodeCoverage\CodeCoverageobjects (usingFacade::fromObject()) as well as from data unserialized withSebastianBergmann\CodeCoverage\Serialization\Unserializer::unserialize()(usingFacade::fromSerializedData())--coverage-php, for example) should use relative pathsChanged
SebastianBergmann\CodeCoverage\Report\Facadeclass must be used for report generationSebastianBergmann\CodeCoverage\Serialization\Serializeris incompatible with the format of the file that was written bySebastianBergmann\CodeCoverage\Report\PHPin the past<build>element and its children of the XML report generated bySebastianBergmann\CodeCoverage\Report\Xml\Facaderequire the optional arguments to be passed to theprocess()methodTestSizeandTestStatusvalue objects are now enumerationsFixed
Removed
SebastianBergmann\CodeCoverage\Report\PHPclass was removed, use the newSebastianBergmann\CodeCoverage\Serializerclass insteadv13.0.2: phpunit/php-code-coverage 13.0.2Compare Source
Fixed
CachingSourceAnalyser::read()with parallel test runnersv13.0.1: phpunit/php-code-coverage 13.0.1Compare Source
Fixed
driverIs*()must not assume thatCodeCoverage::$driveris setv13.0.0: phpunit/php-code-coverage 13.0.0Compare Source
Removed
v12.5.7: phpunit/php-code-coverage 12.5.7Compare Source
Fixed
v12.5.6: phpunit/php-code-coverage 12.5.6Compare Source
Fixed
v12.5.5: phpunit/php-code-coverage 12.5.5Compare Source
Fixed
v12.5.4: phpunit/php-code-coverage 12.5.4Compare Source
Fixed
CoversClassdoes not transitively target traits used by enumerationsv12.5.3: phpunit/php-code-coverage 12.5.3Compare Source
Fixed
driverIs*()must not assume thatCodeCoverage::$driveris setv12.5.2: phpunit/php-code-coverage 12.5.2Compare Source
Fixed
v12.5.1: phpunit/php-code-coverage 12.5.1Compare Source
Changed
v12.5.0: phpunit/php-code-coverage 12.5.0Compare Source
Added
<source>element for the XML reportChanged
<test>elements underprojects/testsin the XML reports index filev12.4.0: phpunit/php-code-coverage 12.4.0Compare Source
Added
v12.3.8: phpunit/php-code-coverage 12.3.8Compare Source
Fixed
DOMDocument::saveXML()is not handledv12.3.7: phpunit/php-code-coverage 12.3.7Compare Source
Changed
__sleep()method (which will be deprecated in PHP 8.5)v12.3.6: phpunit/php-code-coverage 12.3.6Compare Source
Fixed
v12.3.5: phpunit/php-code-coverage 12.3.5Compare Source
Changed
CodeCoveragev12.3.4: phpunit/php-code-coverage 12.3.4Compare Source
Changed
MapBuilder::build()v12.3.3: phpunit/php-code-coverage 12.3.3Compare Source
Changed
v12.3.2: phpunit/php-code-coverage 12.3.2Compare Source
Changed
Fixed
v12.3.1: phpunit/php-code-coverage 12.3.1Compare Source
Changed
v12.3.0: phpunit/php-code-coverage 12.3.0Compare Source
Changed
<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.v12.2.1: phpunit/php-code-coverage 12.2.1Compare Source
Changed
file_get_contents()call withis_file()call to avoid problems with error handlers that act on suppressed warningsv12.2.0: phpunit/php-code-coverage 12.2.0Compare Source
Changed
AttributeParentConnectingVisitorv12.1.2: phpunit/php-code-coverage 12.1.2Compare Source
Fixed
v12.1.1: phpunit/php-code-coverage 12.1.1Compare Source
Fixed
ClassesThatExtendClasstargetv12.1.0: phpunit/php-code-coverage 12.1.0Compare Source
Changed
CacheWarmer::warmCache()now returns the number of cache hits and cache missesv12.0.5: phpunit/php-code-coverage 12.0.5Compare Source
Fixed
v12.0.4: phpunit/php-code-coverage 12.0.4Compare Source
Fixed
fndifferently than other named argumentsv12.0.3: phpunit/php-code-coverage 12.0.3Compare Source
Fixed
#CoversClassdoes not target code in parent class(es)v12.0.2: phpunit/php-code-coverage 12.0.2Compare Source
Changed
Version::id()v12.0.1: phpunit/php-code-coverage 12.0.1Compare Source
Fixed
v12.0.0: phpunit/php-code-coverage 12.0.0Compare Source
Changed
CodeCoverage::stop()andCodeCoverage::append()now expect arguments of typeTargetCollectioninstead ofarrayto configure code coverage targetsRemoved
CodeCoverage::detectsDeadCode()$linesToBeUsedofCodeCoverage::stop()andCodeCoverage::append()methodsv11.0.12: phpunit/php-code-coverage 11.0.12Compare Source
Fixed
DOMDocument::saveXML()is not handledv11.0.11: phpunit/php-code-coverage 11.0.11Compare Source
Changed
v11.0.10: phpunit/php-code-coverage 11.0.10Compare Source
Changed
v11.0.9: phpunit/php-code-coverage 11.0.9Compare Source
Changed
Version::id()SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles()andSebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles()methods are no longer deprecatedFixed
fndifferently than other named argumentsv11.0.8: phpunit/php-code-coverage 11.0.8Compare Source
Changed
v11.0.7: phpunit/php-code-coverage 11.0.7Compare Source
Changed
Deprecated
SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles(),SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles(), andSebastianBergmann\CodeCoverage\Filter::excludeFile()methods have been deprecatedv11.0.6: phpunit/php-code-coverage 11.0.6Compare Source
Changed
--prefer-lowestCLI option also get recent versions)v11.0.5: phpunit/php-code-coverage 11.0.5Compare Source
Changed
v11.0.4: phpunit/php-code-coverage 11.0.4Compare Source
Fixed
matchexpressions does not work correctlyv11.0.3: phpunit/php-code-coverage 11.0.3Compare Source
Fixed
@codeCoverageIgnoreannotation does not work onenumv11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.