-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
c0fc635
to
0e1b947
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
0e1b947
to
08f85cb
Compare
a5379c6
to
d6959f3
Compare
af17cc3
to
b5e8210
Compare
3138e15
to
566e4fc
Compare
297c14f
to
d9502b0
Compare
b6d3fd6
to
dfc1231
Compare
5db7d27
to
441cf2e
Compare
441cf2e
to
79e260e
Compare
|
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^2.0
->^3.0
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
Esi\CoverageCheck\CoverageCheck
andEsi\CoverageCheck\Command\CoverageCheckCommand
for ERROR and OK messages, so they are easier to update (if needed) in the future.CoverageCheckCommand
do not use the '[ERROR]' and '[OK]' prefixes as thesymfony/console
method(s) used to output these messages add the prefixes automatically.CoverageCheckCommand
also remove the extra '%' in the format as it is added in with the formatted coverage.Exceptions\FailedToGetFileContentsException
Exceptions\InvalidInputFileException
Exceptions\NotAValidCloverFileException
Exceptions\ThresholdOutOfBoundsException
Changed
final
, and theUtils
class made abstract since it is never instantiated (all static methods).coverage-check
file moved tobin/coverage-check
^12.0-dev
until official release).phpstan-baseline.neon
as it doesn't seem to understandxpath()
's ability to possibly returnnull
orfalse
.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.
This PR was generated by Mend Renovate. View the repository job log.