File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,3 @@ gem "simplecov"
21
21
gem "simplecov-rcov"
22
22
gem "cane"
23
23
gem "require-prof"
24
- gem "coveralls"
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ namespace :test do
59
59
sh "cd #{ __current__ . join ( project ) } && unset BUNDLE_GEMFILE && bundle exec rake test:unit"
60
60
puts "\n "
61
61
end
62
- Rake ::Task [ 'test:coveralls' ] . invoke if ENV [ 'CI' ] && defined? ( RUBY_VERSION ) && RUBY_VERSION > '1.9'
63
62
end
64
63
65
64
desc "Run integration tests in all subprojects"
@@ -80,8 +79,6 @@ namespace :test do
80
79
sh "cd #{ __current__ . join ( 'elasticsearch-rails' ) } && unset BUNDLE_GEMFILE &&" +
81
80
" bundle exec rake test:integration"
82
81
puts "\n "
83
-
84
- Rake ::Task [ 'test:coveralls' ] . invoke if ENV [ 'CI' ] && defined? ( RUBY_VERSION ) && RUBY_VERSION > '1.9'
85
82
end
86
83
87
84
desc "Run all tests in all subprojects"
@@ -92,12 +89,6 @@ namespace :test do
92
89
Rake ::Task [ 'test:integration' ] . invoke
93
90
end
94
91
95
- task :coveralls do
96
- require 'coveralls/rake/task'
97
- Coveralls ::RakeTask . new
98
- Rake ::Task [ 'coveralls:push' ] . invoke
99
- end
100
-
101
92
task :ci_reporter do
102
93
ENV [ 'CI_REPORTS' ] ||= 'tmp/reports'
103
94
if defined? ( RUBY_VERSION ) && RUBY_VERSION < '1.9'
Original file line number Diff line number Diff line change @@ -54,6 +54,5 @@ Gem::Specification.new do |s|
54
54
s . add_development_dependency "simplecov"
55
55
s . add_development_dependency "cane"
56
56
s . add_development_dependency "require-prof"
57
- s . add_development_dependency "coveralls"
58
57
end
59
58
end
You can’t perform that action at this time.
0 commit comments