Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
8
research/chatwoot/spec/coverage_helper.rb
Normal file
8
research/chatwoot/spec/coverage_helper.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'simplecov'
|
||||
require 'simplecov_json_formatter'
|
||||
|
||||
# Configure SimpleCov to emit JSON for Qlty and HTML locally if needed
|
||||
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
|
||||
SimpleCov.start 'rails' do
|
||||
SimpleCov.coverage_dir 'coverage'
|
||||
end
|
||||
Reference in New Issue
Block a user