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

davewalker5 / ADS-B-BaseStationReader / 17899116081

21 Sep 2025 09:20PM UTC coverage: 86.778% (-0.3%) from 87.091%
17899116081

push

github

davewalker5
Fixup failing unit test

395 of 519 branches covered (76.11%)

Branch coverage included in aggregate %.

19 of 24 new or added lines in 2 files covered. (79.17%)

1 existing line in 1 file now uncovered.

1587 of 1765 relevant lines covered (89.92%)

44.05 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);
×
NEW
12
            Add(CommandLineOptionType.Departure, false, "--departure", "-d", "Specify a comma-separated list of departure airport ICAO/IATA codes", 1, 1);
×
NEW
13
            Add(CommandLineOptionType.Arrival, false, "--arrival", "-ar", "Specify a comma-separated list of arrival airport ICAO/IATA codes", 1, 1);
×
UNCOV
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