File tree Expand file tree Collapse file tree 6 files changed +7
-14
lines changed
Expand file tree Collapse file tree 6 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ script:
2222 - xcodebuild -workspace SwiftyJSONAccelerator.xcworkspace -scheme "SwiftyJSONAccelerator" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
2323
2424after_success :
25- - xcov -w SwiftyJSONAccelerator.xcworkspace -s SwiftyJSONAccelerator -o build/xcov --coveralls_service_name travis-ci --coveralls_service_job_id $TRAVIS_JOB_ID
25+ - xcov -w SwiftyJSONAccelerator.xcworkspace -s SwiftyJSONAccelerator xcov_output --coveralls_service_name travis-ci --coveralls_service_job_id $TRAVIS_JOB_ID
26+ - bash <(curl -s https://codecov.io/bash) -J 'SwiftyJSONAccelerator'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ source 'https://rubygems.org'
33gem 'cocoapods'
44gem 'synx'
55gem 'xcpretty'
6- gem 'xcov'
Original file line number Diff line number Diff line change 202202 claide (>= 1.0.2 , < 2.0 )
203203 colored2 (~> 3.1 )
204204 nanaimo (~> 0.2.6 )
205- xcov (1.5.1 )
206- fastlane (>= 2.82.0 , < 3.0.0 )
207- multipart-post
208- slack-notifier
209- terminal-table
210- xcodeproj
211205 xcpretty (0.3.0 )
212206 rouge (~> 2.0.7 )
213207 xcpretty-travis-formatter (1.0.0 )
@@ -219,7 +213,6 @@ PLATFORMS
219213DEPENDENCIES
220214 cocoapods
221215 synx
222- xcov
223216 xcpretty
224217
225218BUNDLED WITH
Original file line number Diff line number Diff line change 44
55[ ![ Build
66Status] ( https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master )] ( https://travis-ci.org/insanoid/SwiftyJSONAccelerator )
7- [ ![ Coverage Status ] ( https://coveralls .io/repos/github/ insanoid/SwiftyJSONAccelerator/badge.svg? branch= master )] ( https://coveralls.io/github/insanoid/SwiftyJSONAccelerator?branch=master )
7+ ![ codecov ] ( https://codecov .io/gh/ insanoid/SwiftyJSONAccelerator/branch/ master/graph/badge.svg )
88
99
1010** Version v2.1 Released! (Swift 5)**
Original file line number Diff line number Diff line change 1+ ignore :
2+ - " Pods"
3+ - " SwiftyJSONAccelerator/UI"
4+ - " SwiftyJSONAccelerator/Support"
You can’t perform that action at this time.
0 commit comments