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 e5f837f commit f1349b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
run: msbuild GuiStracini.Mandae.sln /p:Configuration=Release

- name: Test
run: coverlet Test\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll -t "vstest.console.exe" -a "\Test\GuiStracini.Mandae.Tests\bin\Release\GuiStracini.Mandae.Tests.dll" -o "\Test\GuiStracini.Mandae.Tests\bin\Release\\"
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\\"

- name: Upload artifact test coverage
uses: actions/upload-artifact@v3.1.2
with:
name: coverage
path: \Test\GuiStracini.Mandae.Tests\bin]Release
path: \Tests\GuiStracini.Mandae.Tests\bin]Release

deep-source:
name: Deep Source Coverage report
Expand Down

0 comments on commit f1349b8

Please sign in to comment.