Releases: flipdishbytes/github-actions-junit-summary
Releases · flipdishbytes/github-actions-junit-summary
v1.0.1
v1.0.0
First public release of the JUnit Summary action.
What it does
Reads one or more JUnit XML files and publishes:
- A markdown job summary with per-failure detail blocks and a table of every test case
- Per-failure error annotations that land on the right file + line in the PR diff view
- Step outputs (
total,passed,failed,skipped) for downstream branching
Usage
- uses: flipdishbytes/github-actions-junit-summary@v1
with:
path: '**/junit*.xml'
title: 'Unit tests'
fail-on-error: 'false'See the README for the full input/output table and supported XML shapes.
Runtime
Runs on node24, ahead of the June 2026 GitHub Actions deprecation of node20.