Skip to content

Commit

Permalink
Use dashboard reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Sep 30, 2023
1 parent ae4e9b6 commit 4e47602
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-mutations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Configuration: Release
Namespace: Objectivity.AutoFixture.XUnit2
StrongNameKeyName: key.snk

defaults:
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
- name: 👾 test mutations
working-directory: ./src
run: |
dotnet tool run dotnet-stryker -s ${{ env.Namespace }}.AutoMock.sln -r 'ClearText'
dotnet tool run dotnet-stryker -f stryker-config.yaml -r dashboard -v ${{ github.ref_name }} --dashboard-api-key ${{ secrets.STRYKER_API_KEY }}
env:
CI: true
StrongNameKey: ${{ secrets.SIGNING_KEY }}
Expand Down
4 changes: 4 additions & 0 deletions src/stryker-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
stryker-config:
solution: 'Objectivity.AutoFixture.XUnit2.AutoMock.sln'
project-info:
name: 'github.com/ObjectivityLtd/AutoFixture.XUnit2.AutoMock'

0 comments on commit 4e47602

Please sign in to comment.