Skip to content

Commit

Permalink
Update .github/workflows/deep-source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 8, 2024
1 parent 1965558 commit 2d14826
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 @@ -28,6 +28,6 @@ jobs:
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
run: |
dotnet build -c Debug --verbosity minimal
dotnet test -c Debug --verbosity minimal --no-build --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat="cobertura"
dotnet build VTEX.sln -c Debug --verbosity minimal
dotnet test VTEX.sln -c Debug --verbosity minimal --no-build --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat="cobertura"
./bin/deepsource report --analyzer test-coverage --key csharp --value-file ./Tests/VTEX.Tests/coverage.cobertura.xml

0 comments on commit 2d14826

Please sign in to comment.