spec: Exclude specs from coverage

This commit is contained in:
Claudio Bley 2019-01-04 10:50:01 +01:00
parent e47626e7af
commit ce9be74c7a

View file

@ -1,5 +1,8 @@
require 'simplecov'
SimpleCov.start
SimpleCov.start do
add_filter '/spec/'
end
if ENV['CI'] == 'true'
require 'codecov'