From 4fca7c6e77ab110d96020c2eaaf1d8c3786a74d4 Mon Sep 17 00:00:00 2001 From: klobuczek Date: Mon, 23 Sep 2024 03:56:33 +0700 Subject: [PATCH] codecov setup --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1139e7935..a336f5f9b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ active_model_version = ENV['ACTIVE_MODEL_VERSION'] gem 'activemodel', "~> #{active_model_version}" if active_model_version&.length&.positive? group 'test' do - gem 'coveralls', require: false + # gem 'coveralls', require: false gem 'overcommit' gem 'codecov', require: false gem 'simplecov', require: false