Fix codecov to use gcov reports instead of llvm-cov

This commit is contained in:
DreamPiggy 2018-04-17 13:02:07 +08:00
parent d9c93e1a86
commit 7cba215b1d
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ script:
- xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests Mac' -sdk macosx -destination 'platform=OS X,arch=x86_64' -configuration Debug | xcpretty -c - xcodebuild test -workspace SDWebImage.xcworkspace -scheme 'Tests Mac' -sdk macosx -destination 'platform=OS X,arch=x86_64' -configuration Debug | xcpretty -c
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash) -X xcode