diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e71e200..6b3742e 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -24,7 +24,7 @@ jobs: run: dotnet build --configuration Release --no-restore working-directory: Lingo - name: Test - run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:ExcludeByFile=\\"**/Migrations/,**/Data/,**Startup.cs,**Program.cs,**/DTO/,**/Profiles/" + run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:ExcludeByFile=\"**/Migrations/,**/Data/,**Startup.cs,**Program.cs,**/DTO/,**/Profiles/" working-directory: LingoTest - name: Publish coverage report to coveralls.io uses: coverallsapp/github-action@master