Skip to content

Exclude Db snapshot from code coverage #242

Exclude Db snapshot from code coverage

Exclude Db snapshot from code coverage #242

Triggered via push September 27, 2023 17:24
Status Success
Total duration 2m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/BaseStationReader.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
build: src/BaseStationReader.Logic/Tracking/AircraftTracker.cs#L31
Constructor has 8 parameters, which is greater than the 7 authorized.
build: src/BaseStationReader.UI/ViewModels/TrackingOptionsWindowViewModel.cs#L9
Remove the member initializer, all constructors set an initial value for the member.
build: src/BaseStationReader.UI/ViewModels/ViewModelBase.cs#L5
Remove this empty class, write its code or make it an "interface".
build: src/BaseStationReader.UI/Views/DatabaseSearchWindow.axaml.cs#L100
Change this condition so that it does not always evaluate to 'True'.
build: src/BaseStationReader.Entities/Interfaces/IConfigReader.cs#L3
Add the 'out' keyword to parameter 'T' to make it 'covariant'.
build: src/BaseStationReader.Logic/Tracking/AircraftTracker.cs#L31
Constructor has 8 parameters, which is greater than the 7 authorized.
build: src/BaseStationReader.UI/ViewModels/TrackingOptionsWindowViewModel.cs#L9
Remove the member initializer, all constructors set an initial value for the member.
build: src/BaseStationReader.UI/ViewModels/ViewModelBase.cs#L5
Remove this empty class, write its code or make it an "interface".
build: src/BaseStationReader.UI/Views/DatabaseSearchWindow.axaml.cs#L100
Change this condition so that it does not always evaluate to 'True'.