Skip to content

Commit

Permalink
Fix mutation Report
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinVail committed Mar 10, 2024
1 parent 9a1ace7 commit cffb115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:

- name: Run dotnet-stryker
working-directory: src
run: dotnet stryker --reporter "dashboard" --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: dotnet stryker --reporter "dashboard" --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }} --version "master" --verbosity trace
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=KelvinVail_Betfair&metric=coverage)](https://sonarcloud.io/summary/new_code?id=KelvinVail_Betfair)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=KelvinVail_Betfair&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=KelvinVail_Betfair)

[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FKelvinVail%2FBetfair%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/KelvinVail/Betfair/master)

# Betfair
Fast and simple classes for interacting with the Betfair API and Stream.

Expand Down

0 comments on commit cffb115

Please sign in to comment.