Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is it possible to print only high level summaries and failures? #145

Open
ryanbooker opened this issue Feb 8, 2022 · 1 comment

Comments

@ryanbooker
Copy link

We have hundreds of tests and if I try the following settings I still end up with hundreds of lines. It doesn't even get through the test listing before running out of characters. It seems to post a summary for every individual test class.

I'd like to post only the overall Code Coverage summary, overall Test Results summary, and test failures.

Am I doing something wrong, is this possible?

      - uses: kishikawakatsumi/[email protected]
        if: success() || failure()
        with:
          path: path/to/foo.xcresult
          show-code-coverage: true
          show-passed-tests: false

Thanks for the action, and any advice you may have. :)

@denil-ct
Copy link

denil-ct commented Apr 12, 2022

Hey @ryanbooker , you could convert the xcresult bundle into a json and parse it for the necessary information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants