Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from shantytown/27-exclude-specs-from-coverage
Browse files Browse the repository at this point in the history
(#27) Exclude specs from the overall Coveralls coverage metric.
  • Loading branch information
janstenpickle committed Sep 28, 2015
2 parents 78ffb89 + ee69d67 commit cc80c66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

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

require 'fileutils'
require 'i18n'
Expand Down

0 comments on commit cc80c66

Please sign in to comment.