Jeckel-Lab / command-dispatcher

Command dispatcher pattern implementation
2 stars 1 forks source link

Command bus #21

Closed jeckel closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #21 into master will increase coverage by 5.66%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
+ Coverage     72.41%   78.08%   +5.66%     
- Complexity       29       35       +6     
============================================
  Files             6        8       +2     
  Lines            58       73      +15     
============================================
+ Hits             42       57      +15     
  Misses           16       16
Impacted Files Coverage Δ Complexity Δ
src/CommandBus/CommandDispatcher.php 100% <100%> (ø) 2 <2> (?)
src/CommandBus/EventDispatcherDecorator.php 100% <100%> (ø) 4 <4> (?)

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 7484c82...0153213. Read the comment docs.