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

davewalker5 / ADS-B-BaseStationReader / 17912040583

22 Sep 2025 10:13AM UTC coverage: 78.463% (-8.3%) from 86.778%
17912040583

push

github

web-flow
Merge pull request #46 from davewalker5/reference-data-import

Reference data import

398 of 591 branches covered (67.34%)

Branch coverage included in aggregate %.

39 of 222 new or added lines in 16 files covered. (17.57%)

1 existing line in 1 file now uncovered.

1613 of 1972 relevant lines covered (81.8%)

39.14 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