streakphp / streak

Event Sourcing Framework
MIT License
15 stars 2 forks source link

cleanup #127

Closed alanbem closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #127 (cfb7163) into master (959e647) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #127   +/-   ##
=========================================
  Coverage     99.89%   99.89%           
  Complexity     1084     1084           
=========================================
  Files           127      127           
  Lines          2927     2927           
=========================================
  Hits           2924     2924           
  Misses            3        3           
Impacted Files Coverage Δ Complexity Δ
src/Domain/Aggregate/Comparison.php 100.00% <100.00%> (ø) 4.00 <4.00> (ø)
src/Domain/AggregateRoot/Comparison.php 100.00% <100.00%> (ø) 4.00 <4.00> (ø)
src/Domain/Entity/Comparison.php 100.00% <100.00%> (ø) 4.00 <4.00> (ø)
src/Domain/Event/Envelope.php 100.00% <100.00%> (ø) 16.00 <3.00> (ø)
src/Domain/Id/UUID.php 100.00% <100.00%> (ø) 9.00 <3.00> (ø)
src/Infrastructure/Event/Sourced/Subscription.php 100.00% <100.00%> (ø) 72.00 <3.00> (ø)
...cture/Event/Sourced/Subscription/InMemoryState.php 100.00% <100.00%> (ø) 20.00 <3.00> (ø)

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 959e647...cfb7163. Read the comment docs.