File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments