Skip to content

Commit

Permalink
Add task descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Apr 2, 2016
1 parent 38981bc commit e446d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def recurse_chmod(dir)
end
end

desc 'Create a tag for the current version'
task :tag do
require 'git'
g = Git.init(BASE_DIR)
Expand Down Expand Up @@ -99,6 +100,7 @@ define_test_task(:global, TEST_COVERAGE)
require 'coveralls/rake/task'
Coveralls::RakeTask.new

desc 'Remove coverage results'
task :clean_coverage do
FileUtils.rm_f(File.join(BASE_DIR, 'coverage', '.resultset.json'))
end
Expand Down

0 comments on commit e446d37

Please sign in to comment.