File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ script:
4646 - rm -rf ~/Library/Developer/Xcode/DerivedData/
4747
4848 - echo Run unit tests
49- - xcodebuild clean build test -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme "SDWebImageAVIFCoder-Example" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -enableCodeCoverage 'YES' -configuration Debug
49+ - xcodebuild clean build test -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme "SDWebImageAVIFCoder-Example" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -enableCodeCoverage 'YES' -configuration Debug | xcpretty -c
5050
5151after_success :
5252 - bash <(curl -s https://codecov.io/bash) -D '~/Library/Developer/Xcode/DerivedData/' -J '^SDWebImageAVIFCoder$' -c -X gcov -F ios
You can’t perform that action at this time.
0 commit comments