revoframework / Revo

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

Bugfix/ambiguous method job handler #17

Closed martinzima closed 3 years ago

martinzima commented 3 years ago

Bugfix/ambiguous method job handler

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (1f55ed3) into develop (afe008b) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #17      +/-   ##
===========================================
+ Coverage    35.04%   35.14%   +0.09%     
===========================================
  Files          464      464              
  Lines         6839     6838       -1     
===========================================
+ Hits          2397     2403       +6     
+ Misses        4442     4435       -7     
Impacted Files Coverage Δ
...rs/Hangfire/Revo.Hangfire/HangfireJobEntryPoint.cs 0.00% <ø> (ø)
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 92.30% <100.00%> (ø)
Revo.Infrastructure/Jobs/JobRunner.cs 100.00% <100.00%> (+100.00%) :arrow_up:
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:

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 afe008b...75438a6. Read the comment docs.