Skip to content

Releases: flipdishbytes/github-actions-junit-summary

v1.0.1

24 Apr 10:05
b4be0c7

Choose a tag to compare

What's Changed

  • Auto-release patch on every green main by @fdmarc in #1

New Contributors

  • @fdmarc made their first contribution in #1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Apr 09:26

Choose a tag to compare

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.