streak icon indicating copy to clipboard operation
streak copied to clipboard

Improved command and query handling

Open alanbem opened this issue 4 years ago • 1 comments

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

alanbem avatar Aug 15 '21 15:08 alanbem

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%) :arrow_down:
src/Domain/Query/Handling.php 93.33% <33.33%> (-6.67%) :arrow_down:

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.

codecov[bot] avatar Aug 15 '21 15:08 codecov[bot]