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

davewalker5 / ADS-B-BaseStationReader / 17911945319

22 Sep 2025 10:08AM UTC coverage: 78.463% (-4.3%) from 82.794%
17911945319

push

github

davewalker5
Complete initial implementation of reference data importers

398 of 591 branches covered (67.34%)

Branch coverage included in aggregate %.

28 of 145 new or added lines in 10 files covered. (19.31%)

4 existing lines in 3 files now uncovered.

1613 of 1972 relevant lines covered (81.8%)

38.81 hits per line

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

0.0
/src/BaseStationReader.Entities/Import/ModelMappingProfile.cs
1
using BaseStationReader.Entities.Lookup;
2
using CsvHelper.Configuration;
3

4
namespace BaseStationReader.Entities.Import
5
{
6
    public sealed class ModelMappingProfile : ClassMap<Model>
7
    {
NEW
8
        public ModelMappingProfile()
×
NEW
9
        {
×
NEW
10
            Map(m => m.ICAO).Name("ICAO");
×
NEW
11
            Map(m => m.IATA).Name("IATA");
×
NEW
12
            Map(m => m.Name).Name("Name");
×
NEW
13
            Map(m => m.ManufacturerName).Name("Manufacturer");
×
NEW
14
        }
×
15
    }
16
}
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