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

Testing: allow to assert that event published without payload #76

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

andrew-nuwber
Copy link
Member

& testing doc update

@codecov
Copy link

codecov bot commented Sep 27, 2021

Codecov Report

Merging #76 (d95f103) into master (7de5a9e) will increase coverage by 0.60%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
+ Coverage     90.50%   91.11%   +0.60%     
  Complexity      125      125              
============================================
  Files            15       15              
  Lines           295      304       +9     
============================================
+ Hits            267      277      +10     
+ Misses           28       27       -1     
Impacted Files Coverage Δ
src/Queue/Context.php 100.00% <0.00%> (ø)
src/Event/Publisher.php 100.00% <0.00%> (ø)
src/Amqp/BindFactory.php 100.00% <0.00%> (ø)
src/Amqp/QueueFactory.php 100.00% <0.00%> (ø)
src/Amqp/TopicFactory.php 100.00% <0.00%> (ø)
src/Queue/Jobs/Factory.php 100.00% <0.00%> (ø)
src/Queue/Message/Sender.php 100.00% <0.00%> (ø)
src/Queue/Message/Factory.php 100.00% <0.00%> (ø)
src/Queue/Message/Processor.php 91.66% <0.00%> (+0.17%) ⬆️
src/Amqp/Connection.php 84.21% <0.00%> (+0.42%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7de5a9e...d95f103. Read the comment docs.

@masterjus masterjus merged commit 9dc7ed4 into master Sep 27, 2021
@masterjus masterjus deleted the improve-testing-experience branch January 26, 2022 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants