Skip to content

Commit ab1efbc

Browse files
committed
Add dotnet stryker with --break-at 99
1 parent 71d2209 commit ab1efbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ jobs:
5252
shell: powershell
5353
run: |
5454
dotnet tool install --global dotnet-coverage
55+
dotnet tool install --global dotnet-stryker
5556
.\.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
5657
dotnet build --configuration Release
58+
dotnet stryker --break-at 99
5759
dotnet-coverage collect 'dotnet test --filter "FullyQualifiedName!~Acceptance.Tests"' -f xml -o 'coverage.xml'
5860
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
5961

0 commit comments

Comments
 (0)