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

@@ -1,7 +1,5 @@
require 'simplecov'
require 'webmock/rspec'
SimpleCov.start 'rails'
WebMock.disable_net_connect!(allow_localhost: true)
RSpec.configure do |config|