We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb79f26 commit a2a215aCopy full SHA for a2a215a
.github/workflows/build.yml
@@ -26,6 +26,8 @@ jobs:
26
xcodebuild test -project macos-xcode.xcodeproj -scheme test2 -enableCodeCoverage YES -derivedDataPath build
27
- name: Collect coverage into one XML report
28
run: |
29
+ # Needed to use xcrun on github actions runner. See https://github.com/actions/runner-images/issues/9811.
30
+ sudo xcode-select -s /Library/Developer/CommandLineTools
31
bash xccov-to-generic.sh build/Logs/Test/*.xcresult/ > generic-coverage.xml
32
- name: SonarQube Scan
33
uses: SonarSource/sonarqube-scan-action@v4
0 commit comments