Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit f1e1dd5

Browse files
committed
Fixed bad SimpleCov setup on JRuby.
1 parent 6ee766c commit f1e1dd5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/test_helper.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
SimpleCov::Formatter::HTMLFormatter,
77
Coveralls::SimpleCov::Formatter
88
]
9-
end
109

11-
SimpleCov.start do
12-
project_name 'thread_safe'
10+
SimpleCov.start do
11+
project_name 'thread_safe'
1312

14-
add_filter '/examples/'
15-
add_filter '/pkg/'
16-
add_filter '/test/'
17-
add_filter '/tasks/'
18-
add_filter '/yard-template/'
19-
add_filter '/yardoc/'
13+
add_filter '/examples/'
14+
add_filter '/pkg/'
15+
add_filter '/test/'
16+
add_filter '/tasks/'
17+
add_filter '/yard-template/'
18+
add_filter '/yardoc/'
2019

21-
command_name 'Mintest'
20+
command_name 'Mintest'
21+
end
2222
end
2323

2424
require 'minitest/autorun'

0 commit comments

Comments
 (0)