scacap/Surefire Report (Legacy v1)
Legacy v1 line. Active development moved to ScalableCapital/action-surefire-report@v2. Support ends after 2026-08-01.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | yes | ${{ github.token }} |
| report_paths | surefire/failsafe/junit compatible xml report paths in glob format | no | **/surefire-reports/TEST-*.xml, **/failsafe-reports/TEST-*.xml |
| create_check | create a new check with annotations | no | true |
| check_name | check name for test reports | no | Test Report |
| commit | commit sha to update the status | no | — |
| fail_on_test_failures | fail run if there were test failures | no | false |
| fail_if_no_tests | fail run if there were no test results found | no | true |
| ignore_flaky_tests | consider flaky tests as success | no | false |
| skip_publishing | skip test report publishing | no | false |
| file_name_in_stack_trace | get filename from stack trace | no | false |
| github_base_url | if you use Github Enterprise, you can set this to the URL of your server (e.g. https://github.myorg.com/api/v3) | no | "" |
| custom_summary | Optional custom summary text to display in the workflow run output | no | "" |
Outputs
| name | description |
|---|---|
| outcome | the test outcome, either `success` or `failure` |