Skip to content

Commit 2c1fdae

Browse files
committed
Merge pull request #256 from ParsePlatform/nlutsenko.codecov
Use code coverage from CodeCov only.
2 parents 9cb9fc2 + 9591cd8 commit 2c1fdae

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ of patent rights can be found in the PATENTS file in the same directory.
8888
[build-status-svg]: https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX.svg
8989
[build-status-link]: https://travis-ci.org/ParsePlatform/Parse-SDK-iOS-OSX/branches
9090

91-
[coverage-status-svg]: https://coveralls.io/repos/ParsePlatform/Parse-SDK-iOS-OSX/badge.svg?branch=master&service=github
92-
[coverage-status-link]: https://coveralls.io/github/ParsePlatform/Parse-SDK-iOS-OSX?branch=master
91+
[coverage-status-svg]: https://codecov.io/github/ParsePlatform/Parse-SDK-iOS-OSX/coverage.svg?branch=master
92+
[coverage-status-link]: https://codecov.io/github/ParsePlatform/Parse-SDK-iOS-OSX?branch=master
9393

9494
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
9595
[license-link]: https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/master/LICENSE

Rakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ namespace :test do
218218
puts 'iOS Tests Failed!'
219219
exit(1)
220220
end
221-
# Slather if running in Travis
222-
`slather` if ENV['TRAVIS']
223221
end
224222

225223
desc 'Run OS X Tests'
@@ -240,8 +238,6 @@ namespace :test do
240238
puts 'OS X Tests Failed!'
241239
exit(1)
242240
end
243-
# Slather if running in Travis
244-
`slather` if ENV['TRAVIS']
245241
end
246242

247243
desc 'Run Deployment Tests'

0 commit comments

Comments
 (0)