From 3db1e6a432759fec4dc221dc9994c76be0a6e30c Mon Sep 17 00:00:00 2001 From: minseopark <46559594+61315@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:41:27 -0500 Subject: [PATCH] Update .simplecov --- rails_root/.simplecov | 1 + 1 file changed, 1 insertion(+) diff --git a/rails_root/.simplecov b/rails_root/.simplecov index 7524334..a988ed8 100644 --- a/rails_root/.simplecov +++ b/rails_root/.simplecov @@ -1,4 +1,5 @@ # frozen_string_literal: true +require 'simplecov' SimpleCov.start 'rails' do enable_coverage :branch # see https://github.com/colszowka/simplecov#branch-coverage-ruby--25