Skip to content

Commit 78fb687

Browse files
committed
🩹 Local vanilla test coverage is 78% line / 79% branches
1 parent 308cc87 commit 78fb687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export K_SOUP_COV_DO=true # Means you want code coverage
1919
# Available formats are html, xml, rcov, lcov, json, tty
2020
export K_SOUP_COV_COMMAND_NAME="Test Coverage"
2121
export K_SOUP_COV_FORMATTERS="html,tty"
22-
export K_SOUP_COV_MIN_BRANCH=76 # Means you want to enforce X% branch coverage
23-
export K_SOUP_COV_MIN_LINE=90 # Means you want to enforce X% line coverage
22+
export K_SOUP_COV_MIN_BRANCH=79 # Means you want to enforce X% branch coverage
23+
export K_SOUP_COV_MIN_LINE=78 # 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
2626
export MAX_ROWS=1 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage

0 commit comments

Comments
 (0)