Xcode Cloud Code coverage

Hi:

I'm trying to get the code coverage from a workflow build.

I have a workflow with 2 actions (action1 and action2 in the rest of the text), both are tests (one unit and one UI test).

When an action runs the post-xcodebuild script, the artifacts are not archived as I can see in the explanation: https://developer.apple.com/documentation/xcode/writing-custom-build-scripts

Even, each action ends at a different time.

How can I get programmatically the xcresults in an automated way? (action1 and action2 have different xcresults). I don't want to use fastlane or build up any server.

Also, When Does run a scheme test post-action? After the post-Xcode build script run or after the archive of results?

Is there any way in which the GitHub Xcode app generates an event in GitHub when all action archives end to retrieve the code coverage or the results?

Also, I can't see the Xcode cloud code coverage sum in an Xcode window, How can I see it (The whole coverage action1 test result + action2 test result)

Thanks in advance

Xcode Cloud Code coverage
 
 
Q