We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dd4a2 commit fb419c5Copy full SHA for fb419c5
1 file changed
.travis.yml
@@ -49,4 +49,5 @@ script:
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
50
51
after_success:
52
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash) -D '~/Library/Developer/Xcode/DerivedData/' -J '^SDWebImageAVIFCoder$' -c -X gcov -F ios
53
+
0 commit comments