File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ This tool can read test result data and code coverage data from an .xcarchive us
2222
2323Parsing the JSON is done using the great [ XCResultKit] ( https://github.com/davidahouse/XCResultKit ) package.
2424
25- ## Converting code coverage data
25+ <details >
26+ <summary >More on converting code coverage data</summary >
27+
2628~~ Unfortunately converting to the coverage xml format suited for e.g. sonarqube is a tedious task.
2729It requires us to invoke the xccov binary for each single file in the project.~~
2830
@@ -42,12 +44,11 @@ It my still be useful for you, if you want to just display the contents of the x
4244It can also be used for cobertura, thanks to the collaboration of Thibault Wittemberg and maxwell-legrand.
4345
4446Furthermore it can extract testdata from the xcresult bundle in junit format, also suited for sonarqube.
45-
47+ </ details >
4648
4749## How to get it
4850### Using homebrew
4951```
50- brew tap a7ex/homebrew-formulae
5152brew install xcresultparser
5253```
5354### Download binary
@@ -69,7 +70,6 @@ Or build the tool yourself:
6970## How to install it
7071### Using homebrew
7172```
72- brew tap a7ex/homebrew-formulae
7373brew install xcresultparser
7474```
7575### Downloaded binary
You can’t perform that action at this time.
0 commit comments