Skip to content

Commit

Permalink
Enable verbose logging when running slather
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 15, 2016
1 parent 1f70c2d commit a8399b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ test:
- SCAN_OUTPUT_TYPES="" SCAN_XCARGS="" scan --destination "platform=iOS Simulator,name=iPhone 5s,OS=9.0"

post:
- slather coverage --circleci --coveralls --cobertura-xml --ignore "../**/Contents/Developer/**" --scheme "$(sed -n 's/scheme "\(.*\)"/\1/p' Scanfile)" "$(sed -n 's/project "\(.*\)"/\1/p' Scanfile)"
- slather coverage --verbose --circleci --coveralls --ignore "../**/Contents/Developer/**" --scheme "$(sed -n 's/scheme "\(.*\)"/\1/p' Scanfile)" "$(sed -n 's/project "\(.*\)"/\1/p' Scanfile)"
- bash <(curl -s https://codecov.io/bash) -g "*XCDYouTubeKit Tests*"

0 comments on commit a8399b2

Please sign in to comment.