File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 70
70
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
71
71
shell : pwsh
72
72
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"
74
74
dotnet build
75
75
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"
76
76
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments