actions-marketplace-validations/xcresulttool

generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 9, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kishikawakatsumi_xcresulttool@e73cbd4b152e3e8d406a9efb39f174822c9f7649 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to the xcresult bundleyes
tokenThe GitHub authentication token${{ github.token }}
titleTitle for the check resultsXcode test results
show-passed-testsShow passed teststrue
show-code-coverageWhether to show code coveragetrue
upload-bundlesWhether 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

no outputs