- Notifications
You must be signed in to change notification settings - Fork1
Show Stryker report annotations in GitHub
License
NotificationsYou must be signed in to change notification settings
johanholmerin/mutation-report-action
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Show mutation report annotations in GitHub. Supports any framework using themutation testing report schema, e.g.Stryker.
-name:Mutation Annotation Reportuses:johanholmerin/mutation-report-action@0.2.0if:${{ always() }}# Upload even if tests don't pass testing thresholdwith:repo-token:'${{ secrets.GITHUB_TOKEN }}'report-json:'./reports/mutation/mutation.json'# Optional, default
Make sure to enable theJSON reporter.
"reporters":[...otherreporters,"json"]
About
Show Stryker report annotations in GitHub