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 #102

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

Conversation

renovate[bot]
Copy link

@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.

@ericsizemore ericsizemore marked this pull request as draft December 16, 2024 10:08
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 4 times, most recently from 36b711c to 4f0411a Compare December 21, 2024 07:36
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 2 times, most recently from 932b1da to 583ab70 Compare December 31, 2024 12:14
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 3 times, most recently from d8de509 to f39dbbf Compare January 8, 2025 22:59
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from f39dbbf to 2dec497 Compare January 14, 2025 02:38
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from 2dec497 to d02eb55 Compare January 14, 2025 02:51
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (07fde78) to head (d02eb55).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #102   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        71        71           
===========================================
  Files              7         7           
  Lines            208       208           
===========================================
  Hits             208       208           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants