mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
ci(circleci): switch coverage reporting to Qlty orb (#12337)
This commit is contained in:
8
spec/coverage_helper.rb
Normal file
8
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