a7ex / xcresultparser

Parse the binary xcresult bundle from Xcode builds and testruns
MIT License
83 stars 24 forks source link

Control coverage report verborsity #31

Closed nkokhelox closed 4 weeks ago

nkokhelox commented 1 month ago

Added the ability to control how much detailed is the coverage report.

--coverage-report-format = totals targets classes methods
description will only show the total coverage will show total coverage and coverage per target will show class coverage under each target will show full detailed coverage including the function coverage and its call count
example Screenshot 2024-05-31 at 15 42 34 Screenshot 2024-05-31 at 15 42 51 Screenshot 2024-05-31 at 15 43 09 Screenshot 2024-05-31 at 15 43 24
a7ex commented 1 month ago

That's fantastic, I love it! I am not right now with my computer, only brought my iPad to the short trip, so I can't look at it in Xcode (because unfortunately Xcode on iPad... you know what I mean...) From iPad it looks good to me. Once I am back I might add some unit tests and make a new build. Thank you very much for the contribution!