1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Exclude on_what helper from test coverage

This commit is contained in:
Marc Siegel 2015-07-22 14:26:31 -04:00
parent eacca72326
commit beca093d7a

View file

@ -7,6 +7,7 @@ unless on_1_8?
SimpleCov.start do
add_filter '/spec/' # exclude test code
add_filter '/vendor/' # exclude gems which are vendored on Travis CI
add_filter '/on_what.rb' # exclude help used only in gemspec
end
# On CI we publish simplecov results to codecov.io