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: returning null values in JsonMetadata #47

Closed martinzima closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (78e58f6) into develop (2fd7554) will increase coverage by 0.04%. The diff coverage is 100.00%.

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

@@             Coverage Diff             @@
##           develop      #47      +/-   ##
===========================================
+ Coverage    38.23%   38.27%   +0.04%     
===========================================
  Files          481      481              
  Lines         7103     7103              
===========================================
+ Hits          2716     2719       +3     
+ Misses        4387     4384       -3     
Impacted Files Coverage Δ
Revo.Core/Events/JsonMetadata.cs 100.00% <100.00%> (ø)
Revo.Core/Core/SystemClock.cs 0.00% <0.00%> (-50.00%) :arrow_down:
...cture/Jobs/InMemory/InMemoryJobSchedulerProcess.cs 100.00% <0.00%> (+10.25%) :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 2fd7554...b5eb45a. Read the comment docs.