File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 ${{ env.DERIVEDDATA_PATH }}/SourcePackages/checkouts/
3333 key : ${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}
3434
35- - run : set -o pipefail && xcodebuild test -project Demo/Demo.xcodeproj -scheme Demo -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES -derivedDataPath ${{ env.DERIVEDDATA_PATH }} | xcpretty
35+ - run : set -o pipefail && xcodebuild test -project Demo/Demo.xcodeproj -scheme Demo -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES -parallel-testing-enabled NO - derivedDataPath ${{ env.DERIVEDDATA_PATH }} | xcpretty
3636 - uses : michaelhenry/swifty-code-coverage@v1.0.1
3737 with :
3838 build-path : ${{ env.DERIVEDDATA_PATH }}
You can’t perform that action at this time.
0 commit comments