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

loresoft / EntityFrameworkCore.Generator / 15762610080

19 Jun 2025 04:37PM CUT coverage: 54.89%. First build
15762610080

Pull #673

github

web-flow
Merge 3ed76cd11 into 9e66c43b6
Pull Request #673: Use full name for generic types

647 of 1343 branches covered (48.18%)

Branch coverage included in aggregate %.

3 of 6 new or added lines in 1 file covered. (50.0%)

1884 of 3268 relevant lines covered (57.65%)

61.2 hits per line

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

0.0
/src/EntityFrameworkCore.Generator.Core/Scripts/ModelScriptVariables.cs
1
using EntityFrameworkCore.Generator.Metadata.Generation;
2
using EntityFrameworkCore.Generator.Options;
3

4
namespace EntityFrameworkCore.Generator.Scripts;
5

6
public class ModelScriptVariables : ScriptVariablesBase
7
{
8
    public ModelScriptVariables(Model model, GeneratorOptions generatorOptions, TemplateOptions templateOptions)
9
        : base(generatorOptions, templateOptions)
×
10
    {
11
        Model = model ?? throw new ArgumentNullException(nameof(model));
×
12
    }
×
13

14
    public Model Model { get; }
×
15
}
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