Skip to content

Commit 3a3d9a8

Browse files
committed
Update dotnet-stryker to version 1.0.0-rc3
1 parent 0357fb0 commit 3a3d9a8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"dotnet-stryker": {
12-
"version": "0.22.10",
12+
"version": "1.0.0-rc3",
1313
"commands": [
1414
"dotnet-stryker"
1515
]

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,10 @@ jobs:
7070
coverage-reports: ${{ steps.dotnet-test.outputs.coverage-reports }}
7171
- name: Run mutation tests and upload report to Stryker dashboard
7272
if: matrix.os == 'macos-latest'
73-
# Once https://github.com/stryker-mutator/stryker-net/pull/1663 is merged and Stryker.NET v1.0 is released
74-
# - Remove --dashboard-project and --dashboard-version options (they will be automatically detected)
75-
# - Change the reporters CLI option to --reporter dashboard
7673
run: |
7774
cd tests
7875
dotnet tool restore
79-
dotnet tool run dotnet-stryker --reporters '["progress","dashboard"]' --dashboard-project github.com/serilog-contrib/serilog-formatting-log4net --dashboard-version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
76+
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
8077
- name: Create NuGet package
8178
run: dotnet pack --no-build --output .
8279
id: dotnet-pack

0 commit comments

Comments
 (0)