diff --git a/rakefile b/rakefile index 3836eb140e..0239614e57 100644 --- a/rakefile +++ b/rakefile @@ -211,6 +211,10 @@ namespace :coverage do end end +TEST_TASK_DIRS.each do |dir| + CLOBBER.include("#{dir}/.coverage") +end + task :runserver => :lms desc "Run django-admin against the specified system and environment"