Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
switch to windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
karmalegend committed Dec 17, 2020
1 parent 4469edc commit 6863460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6863460

Please sign in to comment.