File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ export K_SOUP_COV_MIN_BRANCH=86 # Means you want to enforce X% branch coverage
2323export K_SOUP_COV_MIN_LINE=97 # Means you want to enforce X% line coverage
2424export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
2525export 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
26+ export MAX_ROWS=1 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
2827
2928# Internal Debugging Controls
3029export DEBUG=false # do not allow byebug statements (override in .env.local)
You can’t perform that action at this time.
0 commit comments