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

samsmithnz / SatisfactoryTree / 17586849962

09 Sep 2025 03:00PM UTC coverage: 89.152% (+36.3%) from 52.88%
17586849962

Pull #284

github

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

280 of 326 branches covered (85.89%)

Branch coverage included in aggregate %.

887 of 983 new or added lines in 26 files covered. (90.23%)

887 of 983 relevant lines covered (90.23%)

539.21 hits per line

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

0.0
/src/SatisfactoryTree.Logic/Extraction/RawNativeClass.cs
1
using System.Text.Json.Serialization;
2

3
namespace SatisfactoryTree.Logic.Extraction
4
{
5
    internal class RawNativeClass
6
    {
7
        [JsonPropertyName("NativeClass")]
NEW
8
        public string? NativeClassName { get; set; }
×
9

10
        [JsonPropertyName("Classes")]
NEW
11
        public List<RawItem>? Classes { get; set; }
×
12
    }
13
}
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