chore(deps): update dependency phpunit/php-code-coverage to v14 - #2
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency phpunit/php-code-coverage to v14#2renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
4 times, most recently
from
August 21, 2026 19:43
0bf143e to
73deef7
Compare
renovate
Bot
force-pushed
the
renovate/phpunit-php-code-coverage-14.x
branch
from
August 21, 2026 21:15
73deef7 to
704edb6
Compare
|
Code Coverage Report Summary: |
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
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:
^11.0 || ^12.0→^11.0 || ^12.0 || ^14.0Release Notes
sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)
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
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.