Skip to content

Commit

Permalink
Update deep-source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Aug 13, 2023
1 parent f1349b8 commit cac02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: msbuild GuiStracini.Mandae.sln /p:Configuration=Release

- name: Test
run: coverlet Tests\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll -t "vstest.console.exe" -a "\Tests\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll" -o "\Tests\GuiStracini.Mandae.Tests\bin\Release\\"
run: coverlet Tests\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll --collect:"XPlat Code Coverage" -t "vstest.console.exe" -a "Tests\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll" -o "Tests\GuiStracini.Mandae.Tests\bin\Release\\"

- name: Upload artifact test coverage
uses: actions/upload-artifact@v3.1.2
Expand Down

0 comments on commit cac02db

Please sign in to comment.