revoframework / Revo

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

MetadataExtensions.GetPublishDate and GetStoreDate now return a nulla… #45

Closed martinzima closed 2 years ago

martinzima commented 2 years ago

…ble value

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (29c5855) into develop (c0ff399) will decrease coverage by 0.01%. The diff coverage is 0.00%.

:exclamation: Current head 29c5855 differs from pull request most recent head 769ac6c. Consider uploading reports for the commit 769ac6c to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #45      +/-   ##
===========================================
- Coverage    38.06%   38.05%   -0.02%     
===========================================
  Files          481      481              
  Lines         7093     7101       +8     
===========================================
+ Hits          2700     2702       +2     
- Misses        4393     4399       +6     
Impacted Files Coverage Δ
Revo.Domain/Events/MetadataExtensions.cs 45.16% <0.00%> (-15.71%) :arrow_down:
...evo.Infrastructure/Tenancy/DefaultTenantContext.cs 83.33% <ø> (ø)
...tructure/Jobs/InMemory/InMemoryJobWorkerProcess.cs 88.46% <0.00%> (-3.85%) :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 c0ff399...769ac6c. Read the comment docs.