• 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.BusinessLogic/Configuration/LookupToolCommandLineParser.cs
1
using BaseStationReader.Entities.Config;
2
using BaseStationReader.Entities.Interfaces;
3

4
namespace BaseStationReader.BusinessLogic.Configuration
5
{
6
    public class LookupToolCommandLineParser : CommandLineParser
7
    {
8
        public LookupToolCommandLineParser(IHelpGenerator generator) : base(generator)
×
9
        {
×
10
            Add(CommandLineOptionType.Help, false, "--help", "-h", "Show command line help", 0, 0);
×
11
            Add(CommandLineOptionType.AircraftAddress, false, "--address", "-a", "Specify a 24-bit ICAO aircraft address to look up", 1, 1);
×
12
            Add(CommandLineOptionType.Departure, false, "--departure", "-d", "Specify a comma-separated list of departure airport ICAO/IATA codes", 1, 1);
×
13
            Add(CommandLineOptionType.Arrival, false, "--arrival", "-ar", "Specify a comma-separated list of arrival airport ICAO/IATA codes", 1, 1);
×
NEW
14
            Add(CommandLineOptionType.ImportAirlines, false, "--import-airlines", "-ia", "Import a set of airline definitions from a CSV file", 1, 1);
×
NEW
15
            Add(CommandLineOptionType.ImportManufacturers, false, "--import-manufacturers", "-ima", "Import a set of manufacturer definitions from a CSV file", 1, 1);
×
NEW
16
            Add(CommandLineOptionType.ImportModels, false, "--import-models", "-imo", "Import a set of model definitions from a CSV file", 1, 1);
×
UNCOV
17
        }
×
18
    }
19
}
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