Skip to content

Commit

Permalink
Add simplecov config to exclude config files from coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
becousae committed Mar 4, 2015
1 parent ea93a4c commit ee02394
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'simplecov'
require 'coveralls'

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

0 comments on commit ee02394

Please sign in to comment.