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

samsmithnz / SatisfactoryTree / 17763561565

16 Sep 2025 11:00AM UTC coverage: 87.516% (+0.3%) from 87.212%
17763561565

Pull #293

github

web-flow
Merge 2dba25776 into a0fd16b21
Pull Request #293: Badges

319 of 376 branches covered (84.84%)

Branch coverage included in aggregate %.

70 of 74 new or added lines in 3 files covered. (94.59%)

1 existing line in 1 file now uncovered.

1013 of 1146 relevant lines covered (88.39%)

1739.55 hits per line

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

0.0
/src/SatisfactoryTree.Logic/Models/Plan.cs
1
using SatisfactoryTree.Logic.Extraction;
2

3
namespace SatisfactoryTree.Logic.Models
4
{
5
    public class Plan
6
    {
7
        public List<Part> Parts { get; set; } = new();
×
8
        public List<Recipe> Recipes { get; set; } = new();
×
9
        public List<Building> Buildings { get; set; } = new();
×
UNCOV
10
        public List<Factory> Factories { get; set; } = new();
×
11

12
    }   
13

14
}
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