Skip to content

Add model element tests to increase core coverage (#27) #195

Add model element tests to increase core coverage (#27)

Add model element tests to increase core coverage (#27) #195

Triggered via push February 28, 2026 18:15
Status Success
Total duration 2m 39s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/XlReportCommandTestFixture.cs#L42
Non-nullable field 'rootCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L50
Non-nullable field 'cts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L48
Non-nullable field 'handler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L46
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L44
Non-nullable field 'htmlReportGenerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Commands/HtmlReportCommandTestFixture.cs#L42
Non-nullable field 'rootCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L41
Non-nullable field 'timeOutHttpClientFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L39
Non-nullable field 'httpClientFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/Services/VersionCheckerTestFixture.cs#L35
Non-nullable field 'versionChecker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): ECoreNetto.Tools.Tests/ProgramTestFixture.cs#L32
Non-nullable field 'inputModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/