Chore: Setup test coverage in codeclimate [#332] (#333)

This commit is contained in:
Sojan Jose
2019-12-02 08:57:11 +05:30
committed by Pranav Raj S
parent 829cb4da57
commit 6ca403542d
6 changed files with 91 additions and 41 deletions

View File

@@ -81,6 +81,7 @@ group :test do
gem 'action-cable-testing'
gem 'mock_redis'
gem 'shoulda-matchers'
gem 'simplecov', require: false
end
group :development, :test do