smrealms / smr

Space Merchant Realms open-source game engine
http://www.smrealms.de
GNU Affero General Public License v3.0
25 stars 15 forks source link

build(deps-dev): update phpunit/php-code-coverage requirement from 10.1.14 to 10.1.15 #1867

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on phpunit/php-code-coverage to permit the latest version.

Release notes

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

phpunit/php-code-coverage 10.1.15

Fixed

  • #967: Identification of executable lines for match expressions does not work correctly
Changelog

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

[10.1.15] - 2024-06-29

Fixed

  • #967: Identification of executable lines for match expressions does not work correctly

[10.1.14] - 2024-03-12

Fixed

  • #1033: @codeCoverageIgnore annotation does not work on enum

[10.1.13] - 2024-03-09

Changed

  • #1032: Pad lines in code coverage report only when colors are shown

[10.1.12] - 2024-03-02

Changed

  • Do not use implicitly nullable parameters

[10.1.11] - 2023-12-21

Changed

  • This component is now compatible with nikic/php-parser 5.0

[10.1.10] - 2023-12-11

Fixed

  • #1023: Branch Coverage and Path Coverage are not correctly reported for traits

[10.1.9] - 2023-11-23

Fixed

  • #1020: Single line method is ignored

[10.1.8] - 2023-11-15

Fixed

  • #1018: Interface methods are not ignored when their signature is split over multiple lines

[10.1.7] - 2023-10-04

... (truncated)

Commits


You can trigger a rebase of this PR 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 show 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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 30.83%. Comparing base (786ba90) to head (4fa1fc3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1867 +/- ## ============================================ - Coverage 30.87% 30.83% -0.05% Complexity 4031 4031 ============================================ Files 125 125 Lines 12740 12718 -22 ============================================ - Hits 3934 3922 -12 + Misses 8806 8796 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 3 months ago

Superseded by #1879.