Skip to content

Commit

Permalink
fix coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jan 29, 2014
1 parent 5b6c8c9 commit 9aa20b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SimpleCov.start do
filter 'test/'
filter 'features/'
add_filter 'test/'
add_filter 'features/'
end
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
bundler_args: --without debug profile extra
script: bundle exec rake test_with_coveralls
rvm:
- 2.1.0
- 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end

require 'coveralls/rake/task'
Coveralls::RakeTask.new
task :test_with_coveralls => [:spec, :cucumber, 'coveralls:push']
task :test_with_coveralls => [:test, :features, 'coveralls:push']

task :default => [:test, :features]

Expand Down

0 comments on commit 9aa20b7

Please sign in to comment.