Skip to content

Commit 0a0800c

Browse files
committed
Don't run code coverage on specs
1 parent 82729ab commit 0a0800c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
if ENV['CI']
22
require 'simplecov'
3-
SimpleCov.start
3+
SimpleCov.start do
4+
add_filter %r{^/spec/}
5+
end
46
end
57

68
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')

0 commit comments

Comments
 (0)