Skip to content

Commit

Permalink
Update add_filter argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosf committed Dec 30, 2016
1 parent 0f4faf7 commit f75076a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if ENV['CI'] != 'true'
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start do
add_filter '/test/'
add_filter 'test/test_'
end
end

Expand All @@ -15,5 +15,5 @@
# ENV['CI'] != 'true" ref.
# http://stackoverflow.com/questions/12983137/how-do-detect-if-travis-ci-or-not
# http://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
# add_filter '/test/' ref.
# add_filter ref.
# https://github.com/colszowka/simplecov#string-filter

0 comments on commit f75076a

Please sign in to comment.