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

davewalker5 / ADS-B-BaseStationReader / 17908742935

22 Sep 2025 08:04AM UTC coverage: 82.794% (-4.0%) from 86.778%
17908742935

push

github

davewalker5
Added the ability to import reference data for airlines

396 of 551 branches covered (71.87%)

Branch coverage included in aggregate %.

18 of 102 new or added lines in 11 files covered. (17.65%)

1 existing line in 1 file now uncovered.

1601 of 1861 relevant lines covered (86.03%)

41.4 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);
×
UNCOV
15
        }
×
16
    }
17
}
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