• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mehdihadeli / food-delivery-microservices / 28673438973

03 Jul 2026 04:47PM UTC coverage: 16.207%. First build
28673438973

Pull #253

github

web-flow
Merge 8ba353278 into 6c7e230c7
Pull Request #253: feat: replace masstransit with wolverine

337 of 3348 branches covered (10.07%)

Branch coverage included in aggregate %.

125 of 258 new or added lines in 26 files covered. (48.45%)

1396 of 7345 relevant lines covered (19.01%)

0.39 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/BuildingBlocks/BuildingBlocks.Core/Messages/Message.cs
1
namespace BuildingBlocks.Core.Messages;
2

3
using BuildingBlocks.Abstractions.Messages;
4

5
public abstract record Message : IMessage
×
6
{
NEW
7
    public Guid MessageId => Guid.CreateVersion7();
×
8
    public DateTime Created { get; } = DateTime.Now;
×
9
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc