julykikuakita/xcresulttool
generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the xcresult bundle | yes | — |
| token | The GitHub authentication token | — | ${{ github.token }} |
| title | Title for the check results | — | Xcode test results |
| show-passed-tests | Show passed tests | — | true |
| show-code-coverage | Whether to show code coverage | — | true |
| upload-bundles | Whether to upload the xcresult bundles. possible values: always, failure, never. Specifying failure will only upload the bundle if all the tests do not pass. | — | always |
Outputs
no outputs