We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d2209 commit ab1efbcCopy full SHA for ab1efbc
.github/workflows/dotnet.yml
@@ -52,8 +52,10 @@ jobs:
52
shell: powershell
53
run: |
54
dotnet tool install --global dotnet-coverage
55
+ dotnet tool install --global dotnet-stryker
56
.\.sonar\scanner\dotnet-sonarscanner begin /k:"astar-development_astar-dev-fluentassignments" /o:"astar-development" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
57
dotnet build --configuration Release
58
+ dotnet stryker --break-at 99
59
dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Acceptance.Tests"' -f xml -o 'coverage.xml'
60
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
61
0 commit comments