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

lucaslorentz / durabletask-extensions / 5836038789

pending completion
5836038789

push

github

lucaslorentz
Add husky and apply some code fixes

2502 of 2502 new or added lines in 91 files covered. (100.0%)

2295 of 2792 relevant lines covered (82.2%)

143.82 hits per line

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

83.33
/src/LLL.DurableTask.EFCore/Entities/Event.cs
1
using System;
2

3
namespace LLL.DurableTask.EFCore.Entities;
4

5
public class Event
6
{
7
    public Guid Id { get; set; }
1,061✔
8

9
    public string InstanceId { get; set; }
1,061✔
10

11
    public string ExecutionId { get; set; }
1,061✔
12
    // This relationship ensures events are deleted when it's execution is deleted
13
    public Execution Execution { get; set; }
×
14

15
    public int SequenceNumber { get; set; }
1,594✔
16

17
    public string Content { get; set; }
1,594✔
18
}
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