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

davewalker5 / ADS-B-BaseStationReader / 17810356290

17 Sep 2025 08:50PM UTC coverage: 89.06% (-0.8%) from 89.879%
17810356290

push

github

davewalker5
Implement the tracking profile object and reader/writer

385 of 467 branches covered (82.44%)

Branch coverage included in aggregate %.

0 of 19 new or added lines in 2 files covered. (0.0%)

1471 of 1617 relevant lines covered (90.97%)

39.39 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? MaximumTrackedDistance { get; set;  }
×
NEW
11
        public int? MaximumTrackedAltitude { get; set; }
×
NEW
12
        public List<AircraftBehaviour> TrackedBehaviours { get; set; } = [];
×
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