flipdishbytes/JUnit Summary
Parse JUnit XML into a GitHub Actions job summary and error annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File, directory, or glob pattern pointing to JUnit XML result(s). Multiple patterns may be separated by newlines. | no | **/junit*.xml |
| title | Heading shown at the top of the markdown summary. | no | Test Results |
| fail-on-error | If true, the action exits with failure when any test failed or errored. | no | false |
Outputs
| name | description |
|---|---|
| total | Total number of test cases discovered. |
| passed | Number of passing tests. |
| failed | Number of failing tests (failures + errors). |
| skipped | Number of skipped tests. |