mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Add SimpleCov for coverage as per the latest the CodeClimate requirement
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -43,7 +43,11 @@ group :development, :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'shoulda-matchers'
|
||||
end
|
||||
gem "codeclimate-test-reporter", group: :test, require: nil
|
||||
|
||||
group :test do
|
||||
gem "simplecov"
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0"
|
||||
end
|
||||
|
||||
group :development do
|
||||
# Access an IRB console on exception pages or by using <%= console %> in views
|
||||
|
||||
Reference in New Issue
Block a user