Update dependency phpunit/php-code-coverage to v14#1491
Open
benjaminjonard wants to merge 1 commit into
Open
Conversation
Owner
Author
|
be9f1bd to
844b5b3
Compare
844b5b3 to
8f6fa3a
Compare
8f6fa3a to
a1ab5f5
Compare
a1ab5f5 to
392c28f
Compare
392c28f to
a396d72
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:
12.5.3→14.1.8Release Notes
sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)
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.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 enumerationsConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.