File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
TryAtSoftware.CleanTests.Core Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 run : dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
6262
6363 - name : Start analyzation with SonarCloud
64- run : ./.sonar/scanner/dotnet-sonarscanner begin /k:"TryAtSoftware_CleanTests" /o:"tryatsoftware" /d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" /d:sonar.login="${{ secrets .SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io "
64+ run : ./.sonar/scanner/dotnet-sonarscanner begin /k:"TryAtSoftware_CleanTests" /o:"tryatsoftware" /d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" /d:sonar.login="${{ env .SONAR_TOKEN }}"
6565
6666 - name : Restore dependencies
6767 run : dotnet restore
7373 run : dotnet test --no-build --configuration "${{ env.CONFIGURATION }}" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
7474
7575 - name : Finalize analyzation with SonarCloud
76- run : ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets .SONAR_TOKEN }}"
76+ run : ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ env .SONAR_TOKEN }}"
Original file line number Diff line number Diff line change 88 <SonarQubeTestProject >false</SonarQubeTestProject >
99
1010 <PackageId >TryAtSoftware.CleanTests</PackageId >
11- <Version >1.1.0-alpha.3 </Version >
11+ <Version >1.1.0</Version >
1212 <Authors >Tony Troeff</Authors >
1313 <RepositoryUrl >https://github.com/TryAtSoftware/CleanTests</RepositoryUrl >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments