starburstdata/Surefire Report
Report Surefire test results as annotations on Github Pull Request [junit, failsafe]
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |
| skip_publishing | skip test report publishing | no | false |
Outputs
| name | description |
|---|---|
| outcome | the test outcome, either `success` or `failure` |