Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 6b30adc

Browse files
committed
ci: Remove workaround for coverlet on .NET7.0.0
1 parent 1948f8f commit 6b30adc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
70-
CollectCoverage: true # Hotfix for .NET 7
71-
CoverletOutputFormat: opencover # Hotfix for .NET 7
7270
shell: pwsh
7371
run: |
7472
.\.sonar\scanner\dotnet-sonarscanner begin /k:"${{ secrets.SONAR_PROJECT_KEY }}" /o:"${{ secrets.SONAR_ORGANIZATION }}" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"

0 commit comments

Comments
 (0)