Denil Chungath
Denil Chungath
Hey @ryanbooker , you could convert the xcresult bundle into a json and parse it for the necessary information.
Thanks, let me try that
Didn't work, still got overwritten
No its not an open source project. However, I will share maximum possible info In `unit_tests.yml ` ``` - name: Running test cases run: >- xcodebuild test -workspace $WORKSPACE -scheme...
Two separate actions However both are triggered on pushing to the branch
It does contain it When I run `xcrun xccov view --report --json Example.xcresult` I get a json result of code coverage in the terminal
It seems the report generated is cut off I believe when I run massive amounts of test cases only part of them show up in the final detailed output It...
I see, Is there any workaround for this? Like can we disable annotations/detailed view and get code coverage instead?
Yes tried with that flag, it improved a little bit, but still not covered all test classes and got cut off in details view Yes an option to disable details...
Cool, Thanks for the tool I will try some workarounds for now