Skip to content

Commit

Permalink
Start coveralls explicitly
Browse files Browse the repository at this point in the history
Shot in the dark to get coveralls stuff reporting in PRs
  • Loading branch information
mjgiarlo committed Jan 13, 2020
1 parent 4215083 commit c831a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -2,13 +2,14 @@

require 'simplecov'
require 'coveralls'
SimpleCov.start :rails do
SimpleCov.start(:rails) do
add_filter '/spec/'
end
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
Coveralls.wear!('rails')

FIXTURES_PATH = File.expand_path('fixtures', __dir__)

Expand Down

0 comments on commit c831a74

Please sign in to comment.