flipdishbytes/JUnit Summary

Parse JUnit XML into a GitHub Actions job summary and error annotations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathFile, directory, or glob pattern pointing to JUnit XML result(s). Multiple patterns may be separated by newlines.no**/junit*.xml
titleHeading shown at the top of the markdown summary.noTest Results
fail-on-errorIf true, the action exits with failure when any test failed or errored.nofalse
namedescription
totalTotal number of test cases discovered.
passedNumber of passing tests.
failedNumber of failing tests (failures + errors).
skippedNumber of skipped tests.