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:
parent
eacca72326
commit
beca093d7a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue