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:
55
55
shell : powershell
56
56
run : |
57
57
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'
60
60
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'
62
62
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
63
63
64
64
- name : Pack NuGet package
You can’t perform that action at this time.
0 commit comments