Skip to content

Commit 0c455bb

Browse files
committed
Change coverage once again
1 parent fef2ee8 commit 0c455bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7171
shell: pwsh
7272
run: |
73-
./.sonar/scanner/dotnet-sonarscanner begin /k:"EntityFramework.Exceptions" /o:"giorgi" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.cs.opencover.reportsPaths=EntityFramework.Exceptions/Tests/coverage.net8.0.opencover.xml /d:sonar.host.url="https://sonarcloud.io"
73+
./.sonar/scanner/dotnet-sonarscanner begin /k:"EntityFramework.Exceptions" /o:"giorgi" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.cs.opencover.reportsPaths=EntityFramework.Exceptions/Tests/coverage.opencover.xml /d:sonar.host.url="https://sonarcloud.io"
7474
dotnet build
7575
dotnet test --configuration Release --verbosity normal --logger GitHubActions /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:BuildType=Full /p:DoesNotReturnAttribute="DoesNotReturnAttribute" /p:Exclude="[*]EntityFramework.Exceptions.Common.*Exception"
7676
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)