Where test results are published
masterThe action publishes test results to several configurable locations on GitHub:
- Pull request comments: A comment is posted on related pull requests. Subsequent runs update this existing comment. If failures occur, the comment includes a link to the check summary.
- Commit and pull request checks: A summary (e.g.,
1 fail, 1 skipped) is listed in the checks section of commits and pull requests, with a link to the check summary. - Annotations: Failing tests produce annotations in the checks section of a commit and the 'changed files' section of pull requests.
- GitHub Actions job summary: Results are added to the workflow's job summary page (requires GitHub Actions runner v2.288.0 or above).
- GitHub Actions check summary: Results are published in the check summary of the respective commit.