Skip to content

Commit 1f31926

Browse files
committed
Remove specs from coverage data.
1 parent eacda83 commit 1f31926

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,4 +1,6 @@
11
require 'simplecov'
2-
SimpleCov.start
2+
SimpleCov.start do
3+
add_filter '/spec/'
4+
end
35

46
require 'jsonapi/renderer'

0 commit comments

Comments
 (0)