Skip to content

CodeCoverage

CodeCoverage #174

Triggered via schedule September 7, 2023 02:06
Status Success
Total duration 16m 59s
Artifacts

code-coverage.yml

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

Annotations

20 warnings
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/Common/NumericsTests.cs#L14
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/TestFormat.cs#L144
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)