Skip to content

Bump xunit from 2.6.1 to 2.6.2 #742

Bump xunit from 2.6.1 to 2.6.2

Bump xunit from 2.6.1 to 2.6.2 #742

Triggered via push November 20, 2023 06:08
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: push
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.samples.WhileTests.TestPrintBoolExpression [FAIL] [xUnit.net 00:00:00.34] ParserTests.samples.VariableExpressionTests.TestPrecedence [FAIL] [xUnit.net 00:00:00.34] ParserTests.Issue164.Issue164Tests.TestOk [FAIL] [xUnit.net 00:00:00.35] ParserTests.samples.VariableExpressionTests.TestSingleValue [FAIL] [xUnit.net 00:00:00.35] ParserTests.samples.VariableExpressionTests.TestGroup [FAIL] [xUnit.net 00:00:00.35] ParserTests.samples.VariableExpressionTests.TestVariablesAndNumbers [FAIL] [xUnit.net 00:00:00.44] ParserTests.Issue164.Issue164Tests.TestErrorMessage [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.VariableExpressionTests.TestFactorDivide [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.VariableExpressionTests.TestTermPlus [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.WhileTests.TestFactorialProgramExecAsIL [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.VariableExpressionTests.TestGroup2 [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.VariableExpressionTests.TestTermMinus [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.VariableExpressionTests.TestFactorTimes [FAIL] [xUnit.net 00:00:00.45] ParserTests.samples.WhileTests.TestBuildParser [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.VariableExpressionTests.TestSingleNegativeValue [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.VariableExpressionTests.TestVariables [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestSkip [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestIfThenElse [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestCounterProgramExec [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestSkipSkipSequence [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestInfiniteWhile [FAIL] [xUnit.net 00:00:00.46] ParserTests.samples.WhileTests.TestCounterProgram [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestFactorialProgramExec [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.TemplateTests.BasicTemplateTest [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestAssignAdd [FAIL] [xUnit.net 00:00:00.47] ParserTests.samples.WhileTests.TestSkipAssignSequence [FAIL] [xUnit.net 00:00:00.47] ParserTests.ExplicitTokensTests.TestErrorWhenUsingImplicitTokensAndRegexLexer [FAIL] [xUnit.net 00:00:00.47] ParserTests.ExplicitTokensTests.BuildParserTest [FAIL] [xUnit.net 00:00:00.47] ParserTests.Issue239.Issue239Tests.TestOk [FAIL] [xUnit.net 00:00:00.47] ParserTests.ExplicitTokensTests.TestNoIdentifierPatternSuppliedWithImplicitTokens [FAIL] [xUnit.net 00:00:00.48] ParserTests.Issue380I18n.I18nTests.TestErrorMessage [FAIL] [xUnit.net 00:00:00.48] ParserTests.ExplicitTokensTests.Test [FAIL] [xUnit.net 00:00:00.48] ParserTests.ExplicitTokensTests.BuildExpressionParserTest [FAIL] [xUnit.net 00:00:00.48] ParserTests.ErrorTests.TestJsonSyntaxErrorMissingLastClosingBracket [FAIL] [xUnit.net 00:00:00.48] ParserTests.ErrorTests.TestExpressionSyntaxError [FAIL] [xUnit.net 00:00:00.48] ParserTests.ErrorTests.TestLexicalError [FAIL] [xUnit.net 00:00:00.48] ParserTests.ErrorTests.TestJsonSyntaxError [FAIL] [xUnit.net 00:00:00.49] ParserTests.ErrorTests.TestJsonEbnfSyntaxMissingLastClosingBracket [FAIL] [xUnit.net 00:00:00.49] ParserTests.GraphVizTests.SyntaxTreeGraphVizTest [FAIL] [xUnit.net 00:00:00.57] ParserTests.Issue311.Issue311Tests.TestIssue311 [FAIL] [xUnit.net 00:00:00.59] ParserTests.ParserConfigurationTests.TestEbnfOptionRecursivity [FAIL] [xUnit.net 00:00:00.60] ParserTes
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/