actions-marketplace-validations/JUnit Report Action (FORK w/ base_dir)
Report JUnit test results as annotations on Github Pull Request [junit]
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Specify the token to use to publish the check. | no | ${{ github.token }} |
| github_token | Deprecated syntax to specify github token. | yes | — |
| report_paths | JUnit xml report paths in glob format | no | **/junit-reports/TEST-*.xml |
| suite_regex | Regular expression for the named test suites | no | "" |
| check_name | Check name for test reports. | no | JUnit Test Report |
| commit | Commit SHA to update the check status. | no | — |
| fail_on_failure | Fail the build in case a test failure occurred. | no | false |
| require_tests | Fail if no test are found. | no | false |
| summary | Additional text to summary output | no | "" |
| base_dir | Base directory to prepend to file paths when creating annotations | no | "" |
Outputs
no outputs