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

lucaslorentz / durabletask-extensions / 19704439390

26 Nov 2025 12:55PM UTC coverage: 79.868% (-3.2%) from 83.091%
19704439390

push

github

web-flow
Merge 184da62ca into 7a5a0b9c2

2305 of 2886 relevant lines covered (79.87%)

119.79 hits per line

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

0.0
/src/LLL.DurableTask.EFCore.MySql/MySqlQueryableExtensions.cs
1
using System.Linq;
2
using Microsoft.EntityFrameworkCore;
3

4
namespace LLL.DurableTask.EFCore.MySql;
5

6
public static class QueryableExtesions
7
{
8
    public static IQueryable<T> WithStraightJoin<T>(this IQueryable<T> queryable)
9
    {
10
        return queryable.TagWith("STRAIGHT_JOIN");
×
11
    }
12
}
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