diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index a499f41c..3bdda587 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -43,7 +43,7 @@ jobs: output: 'lcov.net7.0.info' threshold: 80 outputFormat: 'lcov' - excludes: '[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*' + excludes: '[program]*,[expressionParser]*,[jsonparser]*,[while]*,[indentedWhile]*,[SimpleExpressionParser]*,[GenericLexerWithCallbacks]*,[indented]*,[postProcessedLexerParser]*,[XML]*,[SimpleTemplate]*,[SlowEOS]*' - name: coveralls uses: coverallsapp/github-action@v1.1.1