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

lucaslorentz / durabletask-extensions / 5835585770

pending completion
5835585770

push

github

lucaslorentz
Add husky and apply some code fixes

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

2298 of 2792 relevant lines covered (82.31%)

142.7 hits per line

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

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

3
namespace LLL.DurableTask.EFCore.Entities;
4

5
public class Instance
6
{
7
    public string InstanceId { get; set; }
1,003✔
8
    public string LastExecutionId { get; set; }
816✔
9
    // This relationship ensures instance is deleted when last execution is deleted
10
    public Execution LastExecution { get; set; }
×
11
    public string LastQueue { get; set; }
444✔
12
    public DateTime LockedUntil { get; set; }
736✔
13
    public string LockId { get; set; }
794✔
14
}
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