Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a4c920f

Browse files
committed
Add coverage group to simplecov
1 parent 44dbd42 commit a4c920f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ else
3737
gem "childprocess", ">= 3.0.0"
3838
end
3939

40-
### dep for ci/coverage
41-
gem 'simplecov', '~> 0.8'
40+
group :coverage do
41+
### dep for ci/coverage
42+
gem 'simplecov', '~> 0.8'
43+
end
4244

4345
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
4446
gem 'json', '< 2.0.0' # is a dependency of simplecov

0 commit comments

Comments
 (0)