• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Build has been canceled!

davewalker5 / ADS-B-BaseStationReader / 6148792564

11 Sep 2023 03:25PM UTC coverage: 78.228% (-16.1%) from 94.345%
6148792564

push

github

web-flow
Merge pull request #28 from davewalker5/BSR-45-Basic-UI

Implement a Basic Live UI with Avalonia UI

210 of 235 branches covered (0.0%)

Branch coverage included in aggregate %.

124 of 124 new or added lines in 9 files covered. (100.0%)

717 of 950 relevant lines covered (75.47%)

24.29 hits per line

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

0.0
/src/BaseStationReader.Data/Migrations/BaseStationReaderDbContextModelSnapshot.cs
1
// <auto-generated />
2
using System;
3
using BaseStationReader.Data;
4
using Microsoft.EntityFrameworkCore;
5
using Microsoft.EntityFrameworkCore.Infrastructure;
6
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
7

8
#nullable disable
9

10
namespace BaseStationReader.Data.Migrations
11
{
12
    [DbContext(typeof(BaseStationReaderDbContext))]
13
    partial class BaseStationReaderDbContextModelSnapshot : ModelSnapshot
14
    {
15
        protected override void BuildModel(ModelBuilder modelBuilder)
16
        {
×
17
#pragma warning disable 612, 618
18
            modelBuilder.HasAnnotation("ProductVersion", "7.0.10");
×
19

20
            modelBuilder.Entity("BaseStationReader.Entities.Tracking.Aircraft", b =>
×
21
                {
×
22
                    b.Property<int>("Id")
×
23
                        .ValueGeneratedOnAdd()
×
24
                        .HasColumnType("INTEGER")
×
25
                        .HasColumnName("Id");
×
26

×
27
                    b.Property<string>("Address")
×
28
                        .IsRequired()
×
29
                        .HasColumnType("TEXT")
×
30
                        .HasColumnName("Address");
×
31

×
32
                    b.Property<decimal?>("Altitude")
×
33
                        .HasColumnType("TEXT")
×
34
                        .HasColumnName("Altitude");
×
35

×
36
                    b.Property<string>("Callsign")
×
37
                        .HasColumnType("TEXT")
×
38
                        .HasColumnName("Callsign");
×
39

×
40
                    b.Property<DateTime>("FirstSeen")
×
41
                        .HasColumnType("DATETIME")
×
42
                        .HasColumnName("FirstSeen");
×
43

×
44
                    b.Property<decimal?>("GroundSpeed")
×
45
                        .HasColumnType("TEXT")
×
46
                        .HasColumnName("GroundSpeed");
×
47

×
48
                    b.Property<DateTime>("LastSeen")
×
49
                        .HasColumnType("DATETIME")
×
50
                        .HasColumnName("LastSeen");
×
51

×
52
                    b.Property<decimal?>("Latitude")
×
53
                        .HasColumnType("TEXT")
×
54
                        .HasColumnName("Latitude");
×
55

×
56
                    b.Property<decimal?>("Longitude")
×
57
                        .HasColumnType("TEXT")
×
58
                        .HasColumnName("Longitude");
×
59

×
60
                    b.Property<string>("Squawk")
×
61
                        .HasColumnType("TEXT")
×
62
                        .HasColumnName("Squawk");
×
63

×
64
                    b.Property<int>("Status")
×
65
                        .HasColumnType("INTEGER")
×
66
                        .HasColumnName("Status");
×
67

×
68
                    b.Property<decimal?>("Track")
×
69
                        .HasColumnType("TEXT")
×
70
                        .HasColumnName("Track");
×
71

×
72
                    b.Property<decimal?>("VerticalRate")
×
73
                        .HasColumnType("TEXT")
×
74
                        .HasColumnName("VerticalRate");
×
75

×
76
                    b.HasKey("Id");
×
77

×
78
                    b.ToTable("AIRCRAFT", (string)null);
×
79
                });
×
80

81
            modelBuilder.Entity("BaseStationReader.Entities.Tracking.AircraftPosition", b =>
×
82
                {
×
83
                    b.Property<int>("Id")
×
84
                        .ValueGeneratedOnAdd()
×
85
                        .HasColumnType("INTEGER")
×
86
                        .HasColumnName("Id");
×
87

×
88
                    b.Property<int>("AircraftId")
×
89
                        .HasColumnType("INTEGER")
×
90
                        .HasColumnName("AircraftId");
×
91

×
92
                    b.Property<decimal>("Altitude")
×
93
                        .HasColumnType("TEXT");
×
94

×
95
                    b.Property<decimal>("Latitude")
×
96
                        .HasColumnType("TEXT")
×
97
                        .HasColumnName("Latitude");
×
98

×
99
                    b.Property<decimal>("Longitude")
×
100
                        .HasColumnType("TEXT")
×
101
                        .HasColumnName("Longitude");
×
102

×
103
                    b.Property<DateTime>("Timestamp")
×
104
                        .HasColumnType("DATETIME")
×
105
                        .HasColumnName("Timestamp");
×
106

×
107
                    b.HasKey("Id");
×
108

×
109
                    b.ToTable("AIRCRAFT_POSITION", (string)null);
×
110
                });
×
111
#pragma warning restore 612, 618
112
        }
×
113
    }
114
}
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