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

davewalker5 / ADS-B-BaseStationReader / 17899018173

21 Sep 2025 04:55PM UTC coverage: 87.091% (-2.1%) from 89.167%
17899018173

push

github

web-flow
Merge pull request #44 from davewalker5/lookup-enhancements

Lookup enhancements

390 of 509 branches covered (76.62%)

Branch coverage included in aggregate %.

249 of 280 new or added lines in 20 files covered. (88.93%)

1580 of 1753 relevant lines covered (90.13%)

44.53 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
    {
NEW
8
        public LookupToolCommandLineParser(IHelpGenerator generator) : base(generator)
×
NEW
9
        {
×
NEW
10
            Add(CommandLineOptionType.Help, false, "--help", "-h", "Show command line help", 0, 0);
×
NEW
11
            Add(CommandLineOptionType.AircraftAddress, false, "--address", "-a", "Specify a 24-bit ICAO aircraft address to look up", 1, 1);
×
NEW
12
        }
×
13
    }
14
}
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