Skip to content

Mutation Report Action

Actions
Show mutation report annotations in GitHub
0.2.0
Latest
Star (7)

mutation-report-action

Show mutation report annotations in GitHub. Supports any framework using the mutation testing report schema, e.g. Stryker.

GitHub Stryker Annotation Example

GitHub Workflow config

- name: Mutation Annotation Report
  uses: johanholmerin/[email protected]
  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

Stryker Configuration

Make sure to enable the JSON reporter.

"reporters": [...other reporters, "json"]

Mutation Report Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Show mutation report annotations in GitHub
0.2.0
Latest

Mutation Report Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.