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

lucaslorentz / auto-compute / 18246144053

04 Oct 2025 03:25PM UTC coverage: 83.552% (-0.02%) from 83.569%
18246144053

push

github

lucaslorentz
Refactor entity context propagation

83 of 90 new or added lines in 18 files covered. (92.22%)

1849 of 2213 relevant lines covered (83.55%)

865.38 hits per line

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

50.0
/src/LLL.AutoCompute/EntityContextTransformers/DistinctEntityContextTransformer.cs
1
using System.Linq.Expressions;
2
using LLL.AutoCompute.EntityContexts;
3

4
namespace LLL.AutoCompute.EntityContextTransformers;
5

NEW
6
public record class DistinctEntityContextTransformer
×
7
    : IEntityContextTransformer
8
{
9
    public EntityContext Transform(EntityContext context, Expression newNode)
10
    {
11
        return new DistinctEntityContext(newNode, context);
4✔
12
    }
13
}
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

© 2025 Coveralls, Inc