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

samsmithnz / SatisfactoryTree / 17567160997

08 Sep 2025 11:39PM UTC coverage: 89.111% (+36.2%) from 52.88%
17567160997

Pull #284

github

web-flow
Merge c4be89442 into e771c4f78
Pull Request #284: Reworking logic to handle imports and exports

244 of 282 branches covered (86.52%)

Branch coverage included in aggregate %.

779 of 866 new or added lines in 25 files covered. (89.95%)

779 of 866 relevant lines covered (89.95%)

468.95 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
    {
NEW
7
        public List<Part> Parts { get; set; } = new();
×
NEW
8
        public List<RawRecipe> Recipes { get; set; } = new();
×
NEW
9
        public List<Building> Buildings { get; set; } = new();
×
NEW
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