File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616 - name : Check SDK version
1717 run : |
18+ sudo xcode-select -s /Library/Developer/CommandLineTools
1819 xcrun --show-sdk-version
1920 - name : Install Build Wrapper
2021 uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v4
2728 xcodebuild test -project macos-xcode.xcodeproj -scheme test2 -enableCodeCoverage YES -derivedDataPath build
2829 - name : Collect coverage into one XML report
2930 run : |
31+ sudo xcode-select -s /Library/Developer/CommandLineTools
3032 bash xccov-to-generic.sh build/Logs/Test/*.xcresult/ > generic-coverage.xml
3133 - name : SonarQube Scan
3234 uses : SonarSource/sonarqube-scan-action@v4
You can’t perform that action at this time.
0 commit comments