Show mutation report annotations in GitHub. Supports any framework using the mutation testing report schema, e.g. Stryker.
- name: Mutation Annotation Report
uses: johanholmerin/mutation-report-action@0.2.0
if: ${{ always() }} # Upload even if tests don't pass testing threshold
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
report-json: './reports/mutation/mutation.json' # Optional, default
Make sure to enable the JSON reporter.
"reporters": [...other reporters, "json"]