Skip to content

Commit edbc2be

Browse files
committed
🔧 Correct ENV vars for kettle-soup-cov formatters
1 parent f6b3cf2 commit edbc2be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.envrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
### External Testing Controls
22
export K_SOUP_COV_DO=true # Means you want code coverage
3+
# Available formats are html, xml, rcov, lcov, json, tty
4+
export K_SOUP_COV_FORMATTERS="html,tty"
35
export K_SOUP_COV_MIN_BRANCH=71 # Means you want to enforce X% branch coverage
46
export K_SOUP_COV_MIN_LINE=89 # Means you want to enforce X% line coverage
57
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met
6-
# Available formats are html, xml, rcov, lcov, json, tty
7-
export K_SOUP_COV_MULTI_FORMATTERS="html,tty" # What coverage output formats do you want?
8+
export K_SOUP_COV_MULTI_FORMATTERS=true
89
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage
910
export K_SOUP_COV_COMMAND_NAME="MiniTest Coverage"
1011
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)