kurnakovv/Stryker.NET GitHub action
Stryker .NET (Stryker Mutator) GitHub action 👽
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 28, 2025
- License
- MIT
Pinned Snippet
uses: kurnakovv/stryker-net-action@a5bd6a03203678790a6744086ac823f48e45bc8f # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | File path where configuration is located, for example `.config/stryker-config.json`. More info here https://stryker-mutator.io/docs/stryker-net/configuration | no | — |
| dashboard-api-key | Stryker dashboard API key. More info here https://stryker-mutator.io/docs/General/dashboard | no | — |
| report-source-branch | Run stryker report in current source branch (for default branch this parameter is always true) | no | true |
| report-source-branch-diff | Run Stryker report and compare default branch with current source branch | no | false |
| upload-report | Upload report to GitHub cloud https://github.com/actions/upload-artifact | no | true |
| send-report-message | Send report message when PR is opened (add `permissions.pull-requests: write` to action https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token) | no | true |
Outputs
no outputs