Skip to content

Commit

Permalink
no dumb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um committed May 8, 2014
1 parent 6042cd4 commit 05e05f4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ namespace :razum2um do
end
end

task :default => ["clobber:coverage", :spec, :regenerate, :cucumber, 'coveralls:fix_push']
task :default => ["clobber:coverage", :spec, :regenerate, :cucumber, 'coveralls:push']

desc 'commits lurker app'
task :predeploy do
Expand Down Expand Up @@ -256,15 +256,3 @@ task :publish do
end
end

namespace :coveralls do
desc 'Push latest coverage results to Coveralls.io'
task :fix_push do
# simulate Coveralls.push!
require 'coveralls'
require 'simplecov'
result = ::SimpleCov::ResultMerger.merged_result
result.command_name = result.command_name[0..254] # FIX
Coveralls::SimpleCov::Formatter.new.format result
end
end

0 comments on commit 05e05f4

Please sign in to comment.