Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Trying this rcov thing again
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jul 8, 2009
1 parent f8cbb07 commit 8428fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pythagoras/runner.rb
Expand Up @@ -35,8 +35,8 @@ def configure
MetricFu::Configuration.run do |config|
config.reset
config.template_class = AwesomeTemplate
config.metrics = [:flog, :flay, :reek, :roodi]
config.rcov = { :test_files => ['test/functional/*_test.rb', 'test/unit/*_test.rb'],
config.metrics = [:flog, :flay, :rcov, :reek, :roodi]
config.rcov = { :test_files => ['test/**/*_test.rb', 'spec/**/*_spec.rb'],
:rcov_opts => ["--sort coverage",
"--no-html",
"--text-coverage",
Expand Down

0 comments on commit 8428fbf

Please sign in to comment.