Update dependency phpunit/php-code-coverage to v14#20
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency phpunit/php-code-coverage to v14#20renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | phpunit/php-code-coverage | 11.0.8 | 14.1.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
Author
|
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→^14.0Release Notes
sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)
v14.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.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 argumentsConfiguration
📅 Schedule: (in timezone 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.
Read more information about the use of Renovate Bot.