Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
Debug coveralls
  • Loading branch information
jas88 committed Nov 20, 2023
1 parent 4438e88 commit d21038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
dotnet test --nologo --verbosity minimal --collect:"XPlat Code Coverage" --settings coverlet.runsettings -c Release --results-directory coverage
for /r coverage %%f in (coverage.*) do @move %%f lcov.info
dir lcov.info
- name: Upload coverage report
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit d21038b

Please sign in to comment.