Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Feb 2, 2025
1 parent 3d5430e commit 3563787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PATH_add bin
### External Testing Controls
export K_SOUP_COV_DO=true # Means you want code coverage
# Available formats are html, xml, rcov, lcov, json, tty
export K_SOUP_COV_COMMAND_NAME="MiniTest Coverage"
export K_SOUP_COV_COMMAND_NAME="RSpec Coverage"
export K_SOUP_COV_FORMATTERS="html,tty"
export K_SOUP_COV_MIN_BRANCH=23 # Means you want to enforce X% branch coverage
export K_SOUP_COV_MIN_LINE=55 # Means you want to enforce X% line coverage
Expand Down

0 comments on commit 3563787

Please sign in to comment.