Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
add filter on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Sep 8, 2014
1 parent a0a246b commit e33dda2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
require 'bundler/setup'

require 'simplecov'
SimpleCov.start
SimpleCov.start 'rails' do
add_filter "/test/"
end
require 'codecov'
if ENV['CI'] == 'true'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
Expand Down

0 comments on commit e33dda2

Please sign in to comment.