From 67b19ba1dd1008050474688d4ef84f213b9d789c Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sat, 11 Oct 2025 10:03:42 +0300 Subject: [PATCH 1/2] Remove custom homebrew tap from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f52cfd0..23b5bf4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ Furthermore it can extract testdata from the xcresult bundle in junit format, al ## How to get it ### Using homebrew ``` -brew tap a7ex/homebrew-formulae brew install xcresultparser ``` ### Download binary @@ -69,7 +68,6 @@ Or build the tool yourself: ## How to install it ### Using homebrew ``` -brew tap a7ex/homebrew-formulae brew install xcresultparser ``` ### Downloaded binary From 07e7daf8809802d3825a765e6a913a412637f003 Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sat, 11 Oct 2025 10:08:30 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23b5bf4..abc66f9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ This tool can read test result data and code coverage data from an .xcarchive us Parsing the JSON is done using the great [XCResultKit](https://github.com/davidahouse/XCResultKit) package. -## Converting code coverage data +
+ More on converting code coverage data + ~~Unfortunately converting to the coverage xml format suited for e.g. sonarqube is a tedious task. It requires us to invoke the xccov binary for each single file in the project.~~ @@ -42,7 +44,7 @@ It my still be useful for you, if you want to just display the contents of the x It can also be used for cobertura, thanks to the collaboration of Thibault Wittemberg and maxwell-legrand. Furthermore it can extract testdata from the xcresult bundle in junit format, also suited for sonarqube. - +
## How to get it ### Using homebrew