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

davewalker5 / ADS-B-BaseStationReader / 17820888379

18 Sep 2025 07:07AM UTC coverage: 89.162% (-0.2%) from 89.333%
17820888379

push

github

web-flow
Merge pull request #42 from davewalker5/tracking-profiles

Tracking profiles

393 of 477 branches covered (82.39%)

Branch coverage included in aggregate %.

44 of 68 new or added lines in 8 files covered. (64.71%)

1491 of 1636 relevant lines covered (91.14%)

45.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/BaseStationReader.Entities/Config/TrackingProfile.cs
1
using BaseStationReader.Entities.Tracking;
2

3
namespace BaseStationReader.Entities.Config
4
{
5
    public class TrackingProfile
6
    {
NEW
7
        public string Name { get; set; }
×
NEW
8
        public double? ReceiverLatitude { get; set; }
×
NEW
9
        public double? ReceiverLongitude { get; set; }
×
NEW
10
        public int? ReceiverElevation { get; set; }
×
NEW
11
        public int? MaximumTrackedDistance { get; set; }
×
NEW
12
        public int? MinimumTrackedAltitude { get; set; }
×
NEW
13
        public int? MaximumTrackedAltitude { get; set; }
×
NEW
14
        public List<AircraftBehaviour> TrackedBehaviours { get; set; } = [];
×
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