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

Commit

Permalink
(#27) Exclude specs from the overall Coveralls coverage metric.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankleyn committed Sep 28, 2015
1 parent 78ffb89 commit ee69d67
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 ee69d67

Please sign in to comment.