Skip to content

Commit 6d3347b

Browse files
authored
Merge pull request #59 from ealeksandrov/patch-1
Update README
2 parents 9da6abf + 07e7daf commit 6d3347b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ This tool can read test result data and code coverage data from an .xcarchive us
2222

2323
Parsing 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.
2729
It 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
4244
It can also be used for cobertura, thanks to the collaboration of Thibault Wittemberg and maxwell-legrand.
4345

4446
Furthermore 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
5152
brew 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
7373
brew install xcresultparser
7474
```
7575
### Downloaded binary

0 commit comments

Comments
 (0)