From 9b4524a39173e3dc644c543abedebd7affb5fb5e Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Wed, 24 Apr 2024 17:53:46 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Default=20t?= =?UTF-8?q?o=20No=20DEBUG=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 35f9af0..146ec97 100644 --- a/.envrc +++ b/.envrc @@ -6,4 +6,4 @@ export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the covera # Available formats are html, xml, rcov, lcov, json, tty export K_SOUP_COV_MULTI_FORMATTERS="html,tty" # What coverage output formats do you want? export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage -export DEBUG=true # allow byebug statements +# export DEBUG=true # allow byebug statements