Skip to content

Update sly.csproj

Update sly.csproj #739

Triggered via push November 19, 2023 19:24
Status Failure
Total duration 1m 2s
Artifacts

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.34] ParserTests.ErrorTests.TestJsonSyntaxErrorMissingLastClosingBracket [FAIL] [xUnit.net 00:00:00.36] ParserTests.Issue239.Issue239Tests.TestOk [FAIL] [xUnit.net 00:00:00.37] ParserTests.ExpressionGeneratorTests.TestGroup [FAIL] [xUnit.net 00:00:00.37] ParserTests.ExpressionGeneratorTests.TestFactorTimes [FAIL] [xUnit.net 00:00:00.38] ParserTests.ExpressionGeneratorTests.TestPrecedence [FAIL] [xUnit.net 00:00:00.38] ParserTests.ExpressionGeneratorTests.TestAssociativityTerm [FAIL] [xUnit.net 00:00:00.38] ParserTests.ExpressionGeneratorTests.TestShortOperationAttributes [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExpressionGeneratorTests.TestUnaryPrecedence [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExpressionGeneratorTests.TestIssue184 [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExplicitTokensTests.TestErrorWhenUsingImplicitTokensAndRegexLexer [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExpressionGeneratorTests.TestBuild [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExplicitTokensTests.BuildParserTest [FAIL] [xUnit.net 00:00:00.46] ParserTests.ErrorTests.TestExpressionSyntaxError [FAIL] [xUnit.net 00:00:00.46] ParserTests.ExplicitTokensTests.TestNoIdentifierPatternSuppliedWithImplicitTokens [FAIL] [xUnit.net 00:00:00.46] ParserTests.ErrorTests.TestLexicalError [FAIL] [xUnit.net 00:00:00.47] ParserTests.ErrorTests.TestJsonSyntaxError [FAIL] [xUnit.net 00:00:00.47] ParserTests.ExplicitTokensTests.Test [FAIL] [xUnit.net 00:00:00.47] ParserTests.ErrorTests.TestJsonEbnfSyntaxMissingLastClosingBracket [FAIL] [xUnit.net 00:00:00.47] ParserTests.ExplicitTokensTests.BuildExpressionParserTest [FAIL] [xUnit.net 00:00:00.48] ParserTests.lexer.LexerTests.TestDoubleJsonLexing [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestDoubleValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestNullValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestIntValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestManyMixedListValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestManyNestedPropertyObjectValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestSinglePropertyObjectValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestEmptyListValue [FAIL] [xUnit.net 00:00:00.48] ParserTests.samples.JsonTests.TestEmptyObjectValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestSingleListValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestStringValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestManyListValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestFalseBooleanValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestTrueBooleanValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.JsonTests.TestManyPropertyObjectValue [FAIL] [xUnit.net 00:00:00.49] ParserTests.Issue164.Issue164Tests.TestOk [FAIL] [xUnit.net 00:00:00.49] ParserTests.Issue164.Issue164Tests.TestErrorMessage [FAIL] [xUnit.net 00:00:00.49] ParserTests.samples.TemplateTests.BasicTemplateTest [FAIL] [xUnit.net 00:00:00.49] ParserTests.Issue225_IndexOutOfRangeException.IndexOutOfRangeTests.Should_Not_IndexOutOfRange [FAIL] [xUnit.net 00:00:00.50] ParserTests.lexer.LexerTests.TestSingleLineJsonLexing [FAIL] [xUnit.net 00:00:00.51] ParserTests.lexer.LexerTests.TestSingleLineExpressionLexing [FAIL] [xUnit.net 00:00:00.51] ParserTests.ExpressionGeneratorTests.TestBadOperatorString [FAIL] [xUnit.net 00:00:00.51] ParserTests.ExpressionGe
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/coverlet-action@1.2.7. 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/