We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c855ce9 commit 9c60f23Copy full SHA for 9c60f23
.envrc
@@ -23,8 +23,7 @@ export K_SOUP_COV_MIN_BRANCH=86 # Means you want to enforce X% branch coverage
23
export K_SOUP_COV_MIN_LINE=97 # Means you want to enforce X% line coverage
24
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
25
export K_SOUP_COV_MULTI_FORMATTERS=true
26
-export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
27
-export DEBUG=true # allow byebug statements
+export MAX_ROWS=1 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
28
29
# Internal Debugging Controls
30
export DEBUG=false # do not allow byebug statements (override in .env.local)
0 commit comments