mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 17:32:51 +08:00
travis restore xcpretty
ignore Example in codecov.yml
This commit is contained in:
@@ -25,7 +25,7 @@ deploy:
|
||||
tags: true
|
||||
all_branches: true
|
||||
script:
|
||||
- xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "platform=iOS Simulator,name=iPhone X"
|
||||
- xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination "platform=iOS Simulator,name=iPhone X" | xcpretty
|
||||
after_success:
|
||||
- slather coverage -x
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
2
codecov.yml
Normal file
2
codecov.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
ignore:
|
||||
- Example
|
||||
Reference in New Issue
Block a user