Skip to content

Commit c0048ed

Browse files
committed
Revert "Enable Stryker.NET baseline feature"
This reverts commit 4bc0aa3. This clears the dashboard on https://dashboard.stryker-mutator.io/reports/github.com/serilog-contrib/serilog-formatting-log4net/main and the mutation score becomes unavailable.
1 parent 4bc0aa3 commit c0048ed

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
cd tests
7878
dotnet tool restore
79-
dotnet tool run dotnet-stryker --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
79+
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
8080
- name: Create NuGet package
8181
run: dotnet pack --no-build --output .
8282
id: dotnet-pack

tests/stryker-config.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)