nomasystems/xcresult
Generates annotations from an xcresult bundle
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xcresult-path | Path to the xcresult bundle | yes | — |
| path-root | Root for paths in the xcresult bundle. Defaults to env.GITHUB_WORKSPACE | — | — |
| fail-on-error | Set a failure exit code if the xcresult indicates an error | — | true |
| fail-on-warning | Set a failure exit code if the xcresult indicates a warning | — | true |
| fail-on-external-warning | Whether fail-on-warning considers warnings in files outside path-root | — | false |
| fail-on-analyzer-warning | Set a failure exit code if the xcresult indicates an analyzer warning | — | true |
| fail-on-test-failure | Set a failure exit code if the xcresult indicates a test failure | — | true |
Outputs
no outputs