Skip to content

Commit 3ef7447

Browse files
committed
🔧 Update min code coverage
1 parent edd0bee commit 3ef7447

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="RSpec Coverage"
2121
export K_SOUP_COV_FORMATTERS="html,tty"
22-
export K_SOUP_COV_MIN_BRANCH=80 # Means you want to enforce X% branch coverage
23-
export K_SOUP_COV_MIN_LINE=91 # Means you want to enforce X% line coverage
22+
export K_SOUP_COV_MIN_BRANCH=100 # Means you want to enforce X% branch coverage
23+
export K_SOUP_COV_MIN_LINE=100 # 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)