Skip to content

Bump phpunit/php-code-coverage from 9.2.10 to 9.2.15 #472

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Changelog

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

[9.2.15] - 2022-03-07

Fixed

  • #885: Files that have only \r (CR, 0x0d) EOL characters are not handled correctly
  • #907: Line with only return [ is not recognized as executable

[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

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.15.
- [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.15)

---
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 8, 2022
Ocramius added 2 commits March 8, 2022 15:54
`Change::changed()`, `Change::added()` and `Change::removed()` are all used when a BC break
is encountered, so the `$isBcBreak` parameter can always be omitted.

In future, we may want to rework the `Change` constructors to better encapsulate the scope of
a BC break, but for now, removing them from our own codebase already helps a lot.
@Ocramius Ocramius self-assigned this Mar 8, 2022
@Ocramius Ocramius added this to the 6.2.0 milestone Mar 8, 2022
@Ocramius Ocramius merged commit 3a06813 into 6.2.x Mar 8, 2022
@Ocramius Ocramius deleted the dependabot/composer/phpunit/php-code-coverage-9.2.15 branch March 8, 2022 15:22
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