actions-marketplace-validations/Junit Report to Annotations
Create an annotation of the test run summary and also list first n failed tests as separate annotations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 22, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/ashley-taylor_junit-report-annotations-action@f9c1a5cbe28479439f82b80a5402a6d3aa1990ac # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | github token | yes | — |
| path | glob to junit xml files | yes | **/TEST-*.xml |
| includeSummary | include summary annotation | yes | true |
| numFailures | max number of failed tests to include | — | 10 |
| name | Name of the Check in the github actions UI | — | Junit Results |
Outputs
no outputs