revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
644 stars 70 forks source link

feature: lambda commands #41

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

-added SendLambdaCommand extension: easily executes specified lambdalike it was performed by any regular command handler -bumped version to 1.25.0

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (1f94305) into develop (28b4a99) will decrease coverage by 0.04%. The diff coverage is 28.88%.

:exclamation: Current head 1f94305 differs from pull request most recent head 8152d65. Consider uploading reports for the commit 8152d65 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #41      +/-   ##
===========================================
- Coverage    37.97%   37.92%   -0.05%     
===========================================
  Files          476      481       +5     
  Lines         7029     7074      +45     
===========================================
+ Hits          2669     2683      +14     
- Misses        4360     4391      +31     
Impacted Files Coverage Δ
...Core/Commands/Lambda/LambdaCommandBusExtensions.cs 0.00% <0.00%> (ø)
Revo.Core/Commands/Lambda/LambdaCommand.cs 100.00% <100.00%> (ø)
Revo.Core/Commands/Lambda/LambdaCommandHandler.cs 100.00% <100.00%> (ø)
Revo.Core/Commands/Lambda/LambdaQuery.cs 100.00% <100.00%> (ø)
Revo.Core/Commands/Lambda/LambdaQueryHandler.cs 100.00% <100.00%> (ø)
... and 1 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 28b4a99...8152d65. Read the comment docs.