Skip to content

Bump phpunit/php-code-coverage from 10.1.16 to 14.2.3 in /bbbeasy-backend - #1070

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/bbbeasy-backend/phpunit/php-code-coverage-14.2.3
Open

Bump phpunit/php-code-coverage from 10.1.16 to 14.2.3 in /bbbeasy-backend#1070
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/bbbeasy-backend/phpunit/php-code-coverage-14.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps phpunit/php-code-coverage from 10.1.16 to 14.2.3.

Release notes

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

phpunit/php-code-coverage 14.2.3

Fixed

  • #1240: Dark-mode HTML report: Warning and Danger backgrounds are indistinguishable for colorblind users
  • #1244: Do not build code unit map when test has no coverage targets

phpunit/php-code-coverage 14.2.2

Fixed

  • #1230: Short-form property hook bodies wrongly classified as executable

phpunit/php-code-coverage 14.2.1

Added

  • RawCodeCoverageData::fromLineAndBranchCoverage()

phpunit/php-code-coverage 14.2.0

Added

  • SebastianBergmann\CodeCoverage\Driver\Granularity enumeration with Line, LineAndBranch, and LineBranchAndPath cases
  • SebastianBergmann\CodeCoverage\Driver\Selector::driver(Filter, Granularity) for selecting a driver by required granularity
  • SebastianBergmann\CodeCoverage\NoSupportedDriverAvailableException thrown when no driver supports the requested granularity

Changed

  • #1186: Merger::merge() now accepts any kind of iterable
  • Reduced overhead in static analysis
  • The HTML report now distinguishes three rendering modes (line, line + branch, line + branch + path) so that a driver providing branch coverage without path coverage no longer forces path-coverage UI to appear with empty data
  • The Text report now gates the Branches: and Paths: lines on the presence of the corresponding data independently
  • Various internal refactorings to improve code readability

Deprecated

  • SebastianBergmann\CodeCoverage\Driver\Selector::forLineCoverage(), use Selector::select() with Granularity::Line instead
  • SebastianBergmann\CodeCoverage\Driver\Selector::forLineAndPathCoverage(), use Selector::select() with Granularity::LineBranchAndPath instead
  • SebastianBergmann\CodeCoverage\CodeCoverage::enableBranchAndPathCoverage(), use Selector::select() with Granularity::LineBranchAndPath instead
  • SebastianBergmann\CodeCoverage\CodeCoverage::disableBranchAndPathCoverage(), use Selector::select() with Granularity::Line instead
  • SebastianBergmann\CodeCoverage\CodeCoverage::collectsBranchAndPathCoverage()
  • SebastianBergmann\CodeCoverage\BranchAndPathCoverageNotSupportedException, replaced by BranchCoverageNotSupportedException and PathCoverageNotSupportedException

Fixed

  • #1159: Statements inside a closure passed as a call argument are incorrectly reported as not covered

phpunit/php-code-coverage 14.1.10

Fixed

  • #1212: Filenames in HTML report are not escaped

phpunit/php-code-coverage 14.1.9

... (truncated)

Changelog

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

ChangeLog

All notable changes are documented in this file using the Keep a CHANGELOG principles.

14.3.0 - 2026-MM-DD

Added

  • #1231: Identify dead code using static analysis
Commits
  • 82f6e49 Prepare release
  • edd4603 Update dependency phpstan/phpstan to ^2.2.5
  • 0ac6e38 Update dependency nikic/php-parser to ^5.8.0
  • 592a1c2 Update dependency phpstan/phpstan-phpunit to ^2.0.18
  • 7fa079b Update dependency phpstan/phpstan to ^2.2.4
  • ade0ea3 Merge branch '12.5'
  • 650e11b Update ChangeLog
  • 21a8808 Do not build code unit map when test only has uses targets
  • d342c69 Do not build code unit map when test has no coverage targets
  • 4119e03 Update PHPStan packages
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 10.1.16 to 14.2.3.
- [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases)
- [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-14.3.md)
- [Commits](sebastianbergmann/php-code-coverage@10.1.16...14.2.3)

---
updated-dependencies:
- dependency-name: phpunit/php-code-coverage
  dependency-version: 14.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 7, 2026
@deepsource-io

deepsource-io Bot commented Jul 7, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 977eaab...e88ec92 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Docker Jul 7, 2026 5:32a.m. Review ↗
JavaScript Jul 7, 2026 5:32a.m. Review ↗
PHP Jul 7, 2026 5:32a.m. Review ↗
Shell Jul 7, 2026 5:32a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

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.

0 participants