Skip to content

3.0#545

Open
s1lver wants to merge 23 commits intomasterfrom
3.0
Open

3.0#545
s1lver wants to merge 23 commits intomasterfrom
3.0

Conversation

@s1lver
Copy link
Member

@s1lver s1lver commented Feb 7, 2026

Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fixed issues

s1lver and others added 21 commits October 12, 2023 16:07
Co-authored-by: Bizley <pawel.bizley@gmail.com>
# Conflicts:
#	Makefile
#	composer.json
#	src/drivers/db/Command.php
#	src/drivers/db/Queue.php
#	src/drivers/file/Command.php
#	src/drivers/redis/Command.php
#	src/drivers/sqs/Command.php
#	tests/app/config/main.php
#	tests/docker-compose.yml
#	tests/drivers/db/TestCase.php
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Mikhail <mike.grechanik@gmail.com>
Co-authored-by: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
@s1lver s1lver added this to the 3.0.0 milestone Feb 7, 2026
# Conflicts:
#	CHANGELOG.md
#	composer.json
#	src/InvalidJobException.php
#	src/Queue.php
#	tests/docker/php/5.6/Dockerfile
#	tests/docker/php/7.0/Dockerfile
#	tests/docker/php/7.1/Dockerfile
#	tests/docker/php/7.2/Dockerfile
@codecov
Copy link

codecov bot commented Feb 7, 2026

Codecov Report

❌ Patch coverage is 45.94128% with 313 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@95631f5). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/cli/VerboseBehavior.php 0.00% 42 Missing ⚠️
src/drivers/amqp_interop/Queue.php 40.42% 28 Missing ⚠️
src/drivers/stomp/Queue.php 41.17% 20 Missing ⚠️
src/LogBehavior.php 0.00% 19 Missing ⚠️
src/drivers/sqs/Queue.php 44.11% 19 Missing ⚠️
src/cli/Command.php 0.00% 16 Missing ⚠️
src/drivers/file/InfoAction.php 0.00% 16 Missing ⚠️
src/drivers/beanstalk/Queue.php 72.22% 15 Missing ⚠️
src/drivers/db/InfoAction.php 0.00% 15 Missing ⚠️
src/drivers/file/Queue.php 61.29% 12 Missing ⚠️
... and 26 more
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #545   +/-   ##
=========================================
  Coverage          ?   46.54%           
  Complexity        ?      499           
=========================================
  Files             ?       44           
  Lines             ?     1579           
  Branches          ?        0           
=========================================
  Hits              ?      735           
  Misses            ?      844           
  Partials          ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@s1lver s1lver added the status:code review The pull request needs review. label Feb 7, 2026
@s1lver s1lver marked this pull request as ready for review February 7, 2026 17:01
Copy link

@mspirkov mspirkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand that this is just a 3.0 merge with the master. I just thought it was appropriate to mention a few things.

Comment on lines +9 to +19
- ".editorconfig"
- ".gitattributes"
- ".github/CONTRIBUTING.md"
- ".github/FUNDING.yml"
- ".github/SECURITY.md"
- ".gitignore"
- "docker-compose.yml"
- "LICENSE.md"
- "README.md"
- "CHANGELOG.md"
- "UPGRADE.md"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- ".editorconfig"
- ".gitattributes"
- ".github/CONTRIBUTING.md"
- ".github/FUNDING.yml"
- ".github/SECURITY.md"
- ".gitignore"
- "docker-compose.yml"
- "LICENSE.md"
- "README.md"
- "CHANGELOG.md"
- "UPGRADE.md"
- 'docs/**'
- '.github/CONTRIBUTING.md'
- '.github/FUNDING.yml'
- '.github/SECURITY.md'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- 'docker-compose.yml'
- 'Makefile'

Comment on lines +6 to +11
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- 'docs/**'
- '.github/CONTRIBUTING.md'
- '.github/FUNDING.yml'
- '.github/SECURITY.md'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'

Comment on lines +4 to +9
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- 'docs/**'
- '.github/CONTRIBUTING.md'
- '.github/FUNDING.yml'
- '.github/SECURITY.md'
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.md'
- 'UPGRADE.md'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'

Comment on lines +25 to +28
<exclude>
<directory>./src/debug</directory>
<directory>./src/gii</directory>
</exclude>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really the right thing to do? I think that in this case, the coverage report is not accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants