Skip to content

Commit

Permalink
fix: coverage not recognized from SonarSource
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed May 22, 2024
1 parent 1b3c756 commit ccef03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dotnet build --configuration Release .\Vonage\Vonage.csproj
dotnet build --configuration Release .\Vonage.Test\Vonage.Test.csproj -f net8.0
- name: Test
run: dotnet-coverage collect 'dotnet test --configuration Release --no-build -f net7.0 --filter Category!=Integration' -f xml -o 'coverage.xml'
run: dotnet-coverage collect 'dotnet test --configuration Release --no-build -f net8.0 --filter Category!=Integration' -f xml -o 'coverage.xml'
- name: End SonarScanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ccef03b

Please sign in to comment.