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

Improved command and query handling #138

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

Conversation

alanbem
Copy link
Member

@alanbem alanbem commented Aug 15, 2021

  • check if aggregate supports given command
  • check if listener supports given query

@alanbem alanbem self-assigned this Aug 15, 2021
- check if aggregate supports given command
- check if listener supports given query
@alanbem alanbem force-pushed the message-handlers-enhancements branch from b173838 to 0aef8d9 Compare August 15, 2021 15:46
@codecov
Copy link

codecov bot commented Aug 15, 2021

Codecov Report

Merging #138 (0aef8d9) into master (6281b92) will decrease coverage by 0.14%.
The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #138      +/-   ##
============================================
- Coverage     99.92%   99.78%   -0.15%     
- Complexity     1048     1054       +6     
============================================
  Files           119      119              
  Lines          2730     2736       +6     
============================================
+ Hits           2728     2730       +2     
- Misses            2        6       +4     
Impacted Files Coverage Δ
src/Domain/Command/Handling.php 94.59% <33.33%> (-5.41%) ⬇️
src/Domain/Query/Handling.php 93.33% <33.33%> (-6.67%) ⬇️

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 6281b92...0aef8d9. Read the comment docs.

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.

None yet

1 participant