streakphp / streak

Event Sourcing Framework
MIT License
15 stars 2 forks source link

upgrade to PHP 8.0 #136

Closed alanbem closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #136 (44cb85b) into master (03ea69b) will increase coverage by 0.03%. The diff coverage is 100.00%.

:exclamation: Current head 44cb85b differs from pull request most recent head 6d2ed4f. Consider uploading reports for the commit 6d2ed4f to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##             master     #136      +/-   ##
============================================
+ Coverage     99.89%   99.92%   +0.03%     
- Complexity     1041     1048       +7     
============================================
  Files           119      119              
  Lines          2816     2730      -86     
============================================
- Hits           2813     2728      -85     
+ Misses            3        2       -1     
Impacted Files Coverage Δ
src/Infrastructure/Domain/Clock/FixedClock.php 100.00% <ø> (ø)
...pplication/CommandHandler/AggregateRootHandler.php 100.00% <100.00%> (ø)
.../Application/QueryHandler/EventListenerHandler.php 100.00% <100.00%> (ø)
src/Application/Sensor/Processing.php 98.27% <100.00%> (+0.03%) :arrow_up:
src/Domain/Command/Handling.php 100.00% <100.00%> (ø)
src/Domain/Event/Envelope.php 100.00% <100.00%> (ø)
...ain/Event/Exception/AggregateAlreadyRegistered.php 100.00% <100.00%> (ø)
...n/Event/Exception/ConversionToArrayNotPossible.php 100.00% <100.00%> (ø)
src/Domain/Event/Exception/EventNotSupported.php 100.00% <100.00%> (ø)
src/Domain/Event/Exception/InvalidEventGiven.php 100.00% <100.00%> (ø)
... and 77 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 03ea69b...6d2ed4f. Read the comment docs.