ci(circleci): switch coverage reporting to Qlty orb (#12337)

This commit is contained in:
Sojan Jose
2025-08-30 21:09:34 +02:00
committed by GitHub
parent f4643116df
commit 0a9edd4c3b
6 changed files with 33 additions and 34 deletions

View File

@@ -227,6 +227,7 @@ group :test do
gem 'webmock'
# test profiling
gem 'test-prof'
gem 'simplecov_json_formatter', require: false
end
group :development, :test do
@@ -251,7 +252,7 @@ group :development, :test do
gem 'rubocop-factory_bot', require: false
gem 'seed_dump'
gem 'shoulda-matchers'
gem 'simplecov', '0.17.1', require: false
gem 'simplecov', '>= 0.21', require: false
gem 'spring'
gem 'spring-watcher-listen'
end