Skip to content

Commit 9c60f23

Browse files
committed
🔥 Remove duplicate ENV var
- change MAX_ROWS to 1 (override in .env.local)
1 parent c855ce9 commit 9c60f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.envrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ export K_SOUP_COV_MIN_BRANCH=86 # Means you want to enforce X% branch coverage
2323
export K_SOUP_COV_MIN_LINE=97 # Means you want to enforce X% line coverage
2424
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
2525
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
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
3029
export DEBUG=false # do not allow byebug statements (override in .env.local)

0 commit comments

Comments
 (0)