Skip to content

Commit

Permalink
spec_helper: explicitly remove spec from coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Oct 17, 2017
1 parent a185cfd commit a1d5ffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@

require 'coveralls'
Coveralls.wear!

require 'simplecov'
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter 'spec'
end

0 comments on commit a1d5ffe

Please sign in to comment.