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

Commit 4dd82cb

Browse files
JonRowepirj
authored andcommitted
Setup coverage group
1 parent 237f134 commit 4dd82cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ end
2929

3030
gem "jruby-openssl", platforms: :jruby
3131

32-
gem 'simplecov', '~> 0.8'
32+
group :coverage do
33+
gem 'simplecov', '~> 0.8'
34+
end
3335

3436
# No need to run rubocop on earlier versions
3537
if RUBY_VERSION >= '2.4' && RUBY_ENGINE == 'ruby'

0 commit comments

Comments
 (0)