Skip to content

Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 #743

Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4

Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 #743

Triggered via pull request November 20, 2023 06:09
Status Failure
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnetcore.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
build (ubuntu-latest)
dotnet test failure Command failed: dotnet test -c Debug -p:coverletOutput=lcov.net7.0.info -p:CollectCoverage=true -p:CoverletOutputFormat=lcov -p:Exclude=\"[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*\" tests/ParserTests/ParserTests.csproj [xUnit.net 00:00:00.31] ParserTests.PostProcessedLexerTests.TestPostLexerProcessing [FAIL] [xUnit.net 00:00:00.33] ParserTests.samples.TemplateTests.BasicTemplateTest [FAIL] [xUnit.net 00:00:00.34] ParserTests.samples.JsonGenericTests.TestManyNestedPropertyObjectValue [FAIL] [xUnit.net 00:00:00.34] ParserTests.samples.JsonGenericTests.TestTrueBooleanValue [FAIL] [xUnit.net 00:00:00.34] ParserTests.samples.JsonGenericTests.TestFalseBooleanValue [FAIL] [xUnit.net 00:00:00.34] ParserTests.samples.JsonGenericTests.TestIntValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestManyMixedListValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestNullValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestSinglePropertyObjectValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestManyPropertyObjectValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestStringValue [FAIL] [xUnit.net 00:00:00.44] ParserTests.samples.JsonGenericTests.TestDoubleValue [FAIL] [xUnit.net 00:00:00.45] ParserTests.Issue259.Issue259Tests.Issue259Test [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.JsonGenericTests.TestManyListValue [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.JsonGenericTests.TestSingleListValue [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.JsonGenericTests.TestEmptyObjectValue [FAIL] [xUnit.net 00:00:00.46] ParserTests.Issue380I18n.I18nTests.TestErrorMessage [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.JsonGenericTests.TestEmptyListValue [FAIL] [xUnit.net 00:00:00.46] ParserTests.GraphVizTests.SyntaxTreeGraphVizTest [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestPrintBoolExpression [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestFactorialProgramExecAsIL [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestBuildParser [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestSkip [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestIfThenElse [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestCounterProgramExec [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestSkipSkipSequence [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestInfiniteWhile [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestCounterProgram [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestFactorialProgramExec [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestAssignAdd [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.WhileTests.TestSkipAssignSequence [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.IndentedWhileTests.TestCounterProgram [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.IndentedWhileTests.TestNestedIfThenElse [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestInfiniteWhile [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestIndentationError [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestAssignAdd [FAIL] [xUnit.net 00:00:00.50] ParserTests.Issue223_EarlyEos.EarlyEosTests.Early_EOS_NRE [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestCounterProgramExec [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestPrintBoolExpression [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestSkipAssignSequence [FAIL] [xUnit.net 00:00:00.50] ParserTests.samples.IndentedWhileTests.TestBuildParser [FAIL] [xU
build (ubuntu-latest)
error occured : coverage file not found at tests/ParserTests/lcov.net7.0.info
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, b3b00/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L273
The variable 'e' is declared but never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L1324
The variable 'delim' is assigned but its value is never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L273
The variable 'e' is declared but never used
build (ubuntu-latest): src/samples/ParserExample/Program.cs#L1324
The variable 'delim' is assigned but its value is never used
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/