Skip to content

Bump phpunit/php-code-coverage from 9.2.10 to 9.2.14 #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps phpunit/php-code-coverage from 9.2.10 to 9.2.14.

Changelog

Sourced from phpunit/php-code-coverage's changelog.

[9.2.14] - 2022-02-28

Fixed

  • #904: Lines of code containing the match keyword were not recognized as executable correctly
  • #905: Lines of code in constructors were not recognized as executable correctly when constructor property promotion is used

[9.2.13] - 2022-02-23

Changed

  • The contents of the static analysis sourcecode files is now used to generate the static analysis cache version identifier

Fixed

  • Reverted rename of SebastianBergmann\CodeCoverage\ProcessedCodeCoverageData to SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData (this class is marked as @internal and not covered by the backward compatibility promise, but it is (still) used directly by PHPUnit)
  • Reverted rename of SebastianBergmann\CodeCoverage\RawCodeCoverageData to SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData (this class is marked as @internal and not covered by the backward compatibility promise, but it is (still) used directly by PHPUnit)
  • The ArrayDim, Cast, and MethodCall nodes are now considered when determining whether a line of code is executable or not

[9.2.12] - 2022-02-23 [YANKED]

Changed

  • #898: Use content hash instead of filemtime() to determine cache hit/miss

Fixed

  • #736: HTML report generator allows invalid values for low upper bound and high lower bound
  • #854: "Class Coverage Distribution" and "Class Complexity" graphs are not displayed at full width
  • #897: declare(strict_types=1) marked as uncovered

[9.2.11] - 2022-02-18

Changed

  • CoveredFileAnalyser and UncoveredFileAnalyser have been combined to FileAnalyser
  • Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.6.1, jQuery 3.6.0, and popper.js 1.16.1

Fixed

  • #889: Code Coverage depends on autoload order
Commits
  • 9f4d60b Prepare release
  • 3d5df4f Update ChangeLog
  • 56fad78 Test on match expr needs PHP 8.0
  • 384d88d Executable lines: mark each match condition
  • f9186a5 Executable lines: consider empty constructor with promoted properties
  • deac854 Prepare release
  • bd13e83 Update ChangeLog
  • d2432a7 Revert the renaming of ProcessedCodeCoverageData and RawCodeCoverageData
  • acd254e Use contents of static analysis sourcecode files to generate cache version id...
  • 2ea6f33 Fix CS/WS issues
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) from 9.2.10 to 9.2.14.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/master/ChangeLog.md)
- [Commits](sebastianbergmann/php-code-coverage@9.2.10...9.2.14)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2022

Superseded by #472.

@dependabot dependabot bot closed this Mar 8, 2022
@dependabot dependabot bot deleted the dependabot/composer/phpunit/php-code-coverage-9.2.14 branch March 8, 2022 03:20
@Ocramius Ocramius added this to the 6.2.0 milestone Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant