forked from openid/ruby-openid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
### 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_FORMATTERS="html,tty" | ||
export K_SOUP_COV_MIN_BRANCH=86 # Means you want to enforce X% branch coverage | ||
export K_SOUP_COV_MIN_LINE=91 # Means you want to enforce X% line coverage | ||
export K_SOUP_COV_MIN_HARD=true # Means you want the build to fail if the coverage thresholds are not met | ||
export K_SOUP_COV_MULTI_FORMATTERS=true | ||
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage | ||
export K_SOUP_COV_COMMAND_NAME="MiniTest Coverage" | ||
export DEBUG=true # allow byebug statements | ||
export K_SOUP_COV_MULTI_FORMATTERS=true | ||
export MAX_ROWS=5 # Setting for simplecov-console gem for tty output, limits to the worst N rows of bad coverage |