Skip to content

Commit f814f04

Browse files
committed
🔥 Remove duplicate ENV vars
1 parent 5752eff commit f814f04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.envrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
### External Testing Controls
22
export K_SOUP_COV_DO=true # Means you want code coverage
33
# Available formats are html, xml, rcov, lcov, json, tty
4+
export K_SOUP_COV_COMMAND_NAME="MiniTest Coverage"
45
export K_SOUP_COV_FORMATTERS="html,tty"
56
export K_SOUP_COV_MIN_BRANCH=86 # Means you want to enforce X% branch coverage
67
export K_SOUP_COV_MIN_LINE=91 # Means you want to enforce X% line coverage
78
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
89
export K_SOUP_COV_MULTI_FORMATTERS=true
910
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
10-
export K_SOUP_COV_COMMAND_NAME="MiniTest Coverage"
1111
export DEBUG=true # allow byebug statements
12-
export K_SOUP_COV_MULTI_FORMATTERS=true
13-
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage

0 commit comments

Comments
 (0)