File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555 shell : powershell
5656 run : |
5757 dotnet tool install --global dotnet-coverage
58- .\.sonar\scanner\dotnet-sonarscanner begin /k:"astar-development_${{ env.RepositoryName }}" /o:"astar-development" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https:# sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml /d:sonar.scanner.scanAll=false
59- dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Acceptance. Tests"' -f xml -o 'coverage.xml'
58+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"astar-development_${{ env.RepositoryName }}" /o:"astar-development" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https:// sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml /d:sonar.scanner.scanAll=false
59+ dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Tests.EndToEnd "' -f xml -o 'coverage.xml'
6060 dotnet build --configuration Release
61- dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Acceptance. Tests"' -f xml -o 'coverage.xml'
61+ dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Tests.EndToEnd "' -f xml -o 'coverage.xml'
6262 .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
6363
6464 - name : Pack NuGet package
You can’t perform that action at this time.
0 commit comments