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

samsmithnz / SatisfactoryTree / 17901390351

22 Sep 2025 12:51AM UTC coverage: 68.078% (+0.3%) from 67.811%
17901390351

push

github

web-flow
Merge pull request #310 from samsmithnz/FixingImportsAgain

Added new imported item type

427 of 736 branches covered (58.02%)

Branch coverage included in aggregate %.

91 of 185 new or added lines in 10 files covered. (49.19%)

7 existing lines in 3 files now uncovered.

1149 of 1579 relevant lines covered (72.77%)

1172.07 hits per line

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

0.0
/src/SatisfactoryTree.Web/Program.cs
1
using Microsoft.AspNetCore.Components.Web;
2
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
3
using SatisfactoryTree.Web;
4
using SatisfactoryTree.Web.Services;
5

6
var builder = WebAssemblyHostBuilder.CreateDefault(args);
×
7
builder.RootComponents.Add<App>("#app");
×
8
builder.RootComponents.Add<HeadOutlet>("head::after");
×
9

10
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
×
11
builder.Services.AddScoped<IFactoryItemDisplayService, FactoryItemDisplayService>();
×
NEW
12
builder.Services.AddScoped<PlanService>();
×
13

14
await builder.Build().RunAsync();
×
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