Skip to content
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

chore(deps): Update dependency esi/phpunit-coverage-check to v3 #105

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esi/phpunit-coverage-check ^2.0 -> ^3.0 age adoption passing confidence

Release Notes

ericsizemore/phpunit-coverage-check (esi/phpunit-coverage-check)

v3.0.0

Compare Source

This release is mainly a bump to a PHP 8.3 requirement with some minor refactoring.

Added
  • Added rector/rector to dev-dependencies.
  • Added new class constants to Esi\CoverageCheck\CoverageCheck and Esi\CoverageCheck\Command\CoverageCheckCommand for ERROR and OK messages, so they are easier to update (if needed) in the future.
    • The constants are the same for both classes, with some exceptions:
    • The constants in CoverageCheckCommand do not use the '[ERROR]' and '[OK]' prefixes as the symfony/console method(s) used to output these messages add the prefixes automatically.
    • The constants in CoverageCheckCommand also remove the extra '%' in the format as it is added in with the formatted coverage.
  • Added new Exceptions:
    • Exceptions\FailedToGetFileContentsException
    • Exceptions\InvalidInputFileException
    • Exceptions\NotAValidCloverFileException
    • Exceptions\ThresholdOutOfBoundsException
  • Added vimeo/psalm, psalm/plugin-phpunit, and psalm/plugin-symfony as dev-dependencies
    • Fixes implemented based on Psalm reported errors.
Changed
  • Minimum PHP version bumped to 8.3.
  • Class constants updated to have the appropriate typing.
  • All classes marked final, and the Utils class made abstract since it is never instantiated (all static methods).
  • coverage-check file moved to bin/coverage-check
  • Update to PHPUnit 12 (^12.0-dev until official release).
  • Updated phpstan-baseline.neon as it doesn't seem to understand xpath()'s ability to possibly return null or false.
  • Add nightly PHP (8.5-dev) to GitHub workflow continuous-integration.yml.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency An issue or pull request targeting dependencies. label Dec 16, 2024
@renovate renovate bot changed the title chore(deps) Update dependency esi/phpunit-coverage-check to v3 chore(deps): Update dependency esi/phpunit-coverage-check to v3 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from c0fc635 to 0e1b947 Compare December 16, 2024 10:21
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (045e423) to head (b6d3fd6).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #105   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       223       223           
===========================================
  Files              8         8           
  Lines            557       557           
===========================================
  Hits             557       557           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from 0e1b947 to 08f85cb Compare December 16, 2024 10:22
@ericsizemore ericsizemore marked this pull request as draft December 16, 2024 10:32
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 5 times, most recently from a5379c6 to d6959f3 Compare December 21, 2024 08:06
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 6 times, most recently from af17cc3 to b5e8210 Compare January 1, 2025 04:33
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 5 times, most recently from 3138e15 to 566e4fc Compare January 12, 2025 13:40
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 6 times, most recently from 297c14f to d9502b0 Compare January 19, 2025 20:54
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 2 times, most recently from b6d3fd6 to dfc1231 Compare January 21, 2025 17:10
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from dfc1231 to 76d4206 Compare January 22, 2025 17:53
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from 76d4206 to 8317750 Compare January 26, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency An issue or pull request targeting dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants