Skip to content

Commit

Permalink
wear Coveralls after starting SimpleCov
Browse files Browse the repository at this point in the history
  • Loading branch information
saclark committed Mar 9, 2015
1 parent 6c18e5d commit a5d30bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rvm:
- 2.1.0
- 2.2.1

script: 'bundle exec rake test'
script: 'bundle exec rake'

notifications:
email:
Expand Down
8 changes: 2 additions & 6 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

require 'minitest/autorun'
require 'minitest/reporters'
require 'minitest/spec'

Minitest::Reporters.use!(Minitest::Reporters::SpecReporter.new)

SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start do
add_filter '/test/'
end
SimpleCov.start { add_filter '/test/' }
Coveralls.wear!

require 'accessible'

0 comments on commit a5d30bc

Please sign in to comment.