Skip to content

Commit

Permalink
adding a coveralls task
Browse files Browse the repository at this point in the history
  • Loading branch information
cromulus committed Apr 12, 2016
1 parent 5ac3da0 commit 38456e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'coveralls/rake/task'
Coveralls::RakeTask.new

Logan::Application.load_tasks

task default: [:rubocop, :test, :spec]
task :test_with_coveralls => [:spec, :features, 'coveralls:push']

task default: [:rubocop, :test, :spec, 'coveralls:push']

0 comments on commit 38456e4

Please sign in to comment.