Skip to content

CodeCoverage

CodeCoverage #4

Triggered via schedule March 20, 2025 02:51
Status Success
Total duration 45s
Artifacts

code-coverage.yml

on: schedule
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L62
Nullability of reference types in type of parameter 'other' of 'bool GeometryCollection.Equals(GeometryCollection other)' doesn't match implicitly implemented member 'bool IEquatable<GeometryCollection>.Equals(GeometryCollection? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L70
Nullability of reference types in type of parameter 'right' of 'bool GeometryCollection.Equals(GeometryCollection left, GeometryCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeometryCollection>.Equals(GeometryCollection? x, GeometryCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L70
Nullability of reference types in type of parameter 'left' of 'bool GeometryCollection.Equals(GeometryCollection left, GeometryCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeometryCollection>.Equals(GeometryCollection? x, GeometryCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L204
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L43
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L36
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L144
Nullability of reference types in type of parameter 'other' of 'bool Feature<TGeometry, TProps>.Equals(Feature<TGeometry, TProps> other)' doesn't match implicitly implemented member 'bool IEquatable<Feature<TGeometry, TProps>>.Equals(Feature<TGeometry, TProps>? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.