Skip to content

Commit

Permalink
Add metric_fu report generation back to ci:metrics task
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Oct 28, 2012
1 parent 5b2644a commit 488c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/metrics/ci.rake
Expand Up @@ -5,5 +5,5 @@ task :ci => %w[ ci:metrics metrics:heckle ]

namespace :ci do
desc 'Run metrics (except heckle) and spec'
task :metrics => %w[ spec metrics:flog metrics:flay metrics:reek metrics:roodi ]
task :metrics => %w[ spec metrics:flog metrics:flay metrics:reek metrics:roodi metrics:all ]
end

0 comments on commit 488c31a

Please sign in to comment.