Skip to content

Commit

Permalink
mention xcode 12 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Services Team committed Sep 23, 2021
1 parent c601d57 commit 839d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-coverage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ XCode version | Command
XCode 8+ - 9.2 | `xcrun llvm-cov show -instr-profile=Build/ProfileData/<device_id>/Coverage.profdata Build/Products/Debug/swift-coverage-example.app/Contents/MacOS/swift-coverage-example > Coverage.report`
XCode 9.3 - 9.4.1 | `bash xccov-to-sonarqube-generic.sh Build/Logs/Test/*.xccovarchive/ > sonarqube-generic-coverage.xml`
XCode 10 | `bash xccov-to-sonarqube-generic.sh Build/Logs/Test/*.xcresult/*_Test/*.xccovarchive/ > sonarqube-generic-coverage.xml`
XCode 11 | `bash xccov-to-sonarqube-generic.sh Build/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml` <br> **Requires [jq](https://stedolan.github.io/jq/), remove the optimize_format function use if you can't use it)**
XCode 11 & 12 | `bash xccov-to-sonarqube-generic.sh Build/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml` <br> **Requires [jq](https://stedolan.github.io/jq/), remove the optimize_format function use if you can't use it)**

1.c Import code coverage report

This comment has been minimized.

Copy link
@carlbrewer20211

carlbrewer20211 Feb 12, 2022

mkdir mdapipkg


Expand Down

0 comments on commit 839d708

Please sign in to comment.