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

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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
@ericsizemore ericsizemore marked this pull request as draft December 16, 2024 10:10
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 5 times, most recently from 9085d11 to 9040910 Compare December 21, 2024 09:38
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7423fd2) to head (d3fbe40).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #111   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        52        52           
===========================================
  Files              4         4           
  Lines            176       176           
===========================================
  Hits             176       176           

☔ 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 2 times, most recently from 2d03d71 to d3fbe40 Compare December 29, 2024 22:09
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from d3fbe40 to 6ac2692 Compare December 31, 2024 12:14
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