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

lucaslorentz / auto-compute / 11758703019

09 Nov 2024 07:01PM UTC coverage: 77.208% (-2.7%) from 79.869%
11758703019

push

github

lucaslorentz
Add initial support for computed navigations and observers

160 of 425 new or added lines in 23 files covered. (37.65%)

41 existing lines in 7 files now uncovered.

1460 of 1891 relevant lines covered (77.21%)

109.64 hits per line

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

0.0
/src/LLL.AutoCompute.EFCore/ComputedChangeEventData.cs
1
using Microsoft.EntityFrameworkCore;
2

3
namespace LLL.AutoCompute.EFCore;
4

5
public class ComputedChangeEventData<TEntity, TChange>
6
{
NEW
7
    public required DbContext DbContext { get; init; }
×
NEW
8
    public required IReadOnlyDictionary<TEntity, TChange> Changes { get; init; }
×
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