revoframework / Revo

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

fixed: set Hangfire JobStorage early #65

Closed martinzima closed 1 year ago

martinzima commented 1 year ago

fixed: set Hangfire JobStorage early to prevent errors when calling it before its server starts

codecov[bot] commented 1 year ago

Codecov Report

Merging #65 (4625370) into develop (fbc6467) will decrease coverage by 0.04%. The diff coverage is 0.00%.

:exclamation: Current head 4625370 differs from pull request most recent head af6b297. Consider uploading reports for the commit af6b297 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #65      +/-   ##
===========================================
- Coverage    37.08%   37.04%   -0.04%     
===========================================
  Files          473      473              
  Lines         6577     6575       -2     
===========================================
- Hits          2439     2436       -3     
- Misses        4138     4139       +1     
Impacted Files Coverage Δ
...evo.AspNetCore/Core/HangfireStartupConfigurator.cs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fbc6467...af6b297. Read the comment docs.