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 14ee106 commit 17618b7Copy full SHA for 17618b7
.config/dotnet-tools.json
@@ -9,7 +9,7 @@
9
]
10
},
11
"dotnet-stryker": {
12
- "version": "3.1.0",
+ "version": "3.4.0",
13
"commands": [
14
"dotnet-stryker"
15
.github/workflows/continuous-integration.yml
@@ -90,7 +90,6 @@ jobs:
90
- name: Run mutation tests and upload report to Stryker dashboard
91
if: matrix.os == 'ubuntu-latest' && env.STRYKER_DASHBOARD_API_KEY != ''
92
run: |
93
- cd tests
94
dotnet tool restore
95
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF##*/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
96
- name: Retrieve tag message
0 commit comments