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

samsmithnz / SatisfactoryTree / 17753185304

16 Sep 2025 03:06AM UTC coverage: 87.333% (+0.1%) from 87.212%
17753185304

Pull #293

github

web-flow
Merge 8d11f09eb into a0fd16b21
Pull Request #293: Badges

315 of 372 branches covered (84.68%)

Branch coverage included in aggregate %.

52 of 56 new or added lines in 2 files covered. (92.86%)

2 existing lines in 2 files now uncovered.

995 of 1128 relevant lines covered (88.21%)

1755.59 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