revoframework / Revo

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

fixed LambdaCommandBusExtensions.SendLambdaCommandAsync overloads #42

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

-fixed LambdaCommandBusExtensions.SendLambdaCommandAsync overloads that did not return value -added 'Async' suffix to method name for consistency -bumped version to 1.2

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (f3e1c24) into develop (3a17cf6) will increase coverage by 0.01%. The diff coverage is 11.76%.

:exclamation: Current head f3e1c24 differs from pull request most recent head 3ef41ae. Consider uploading reports for the commit 3ef41ae to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #42      +/-   ##
===========================================
+ Coverage    37.91%   37.92%   +0.01%     
===========================================
  Files          481      480       -1     
  Lines         7074     7071       -3     
===========================================
  Hits          2682     2682              
+ Misses        4392     4389       -3     
Impacted Files Coverage Δ
Revo.Core/Commands/Lambda/LambdaCommandHandler.cs 100.00% <ø> (ø)
...Core/Commands/Lambda/LambdaCommandBusExtensions.cs 6.25% <6.25%> (+6.25%) :arrow_up:
Revo.Core/Commands/Lambda/LambdaResultCommand.cs 100.00% <100.00%> (ø)
...ain/Events/ConventionEventApplyRegistratorCache.cs 81.13% <0.00%> (-1.89%) :arrow_down:
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 92.30% <0.00%> (+3.84%) :arrow_up:

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 3a17cf6...3ef41ae. Read the comment docs.