excoveralls v0.6.1 ExCoveralls.Settings

Handles the configuration setting defined in json file.

Summary

Functions

Get default coverage value for lines marked as not relevant

Get coverage options from the json file

Get column width to use for the report from the json file

Get skip files from the json file

Get stop words from the json file. The words are taken as regular expression

Get terminal output options from the json file

Reads the value for the specified key defined in the json file

Functions

default_coverage_value()

Get default coverage value for lines marked as not relevant.

get_coverage_options()

Get coverage options from the json file.

get_file_col_width()

Get column width to use for the report from the json file

get_skip_files()

Get skip files from the json file.

get_stop_words()

Get stop words from the json file. The words are taken as regular expression.

get_terminal_options()

Get terminal output options from the json file.

read_config(key, default \\ nil)

Reads the value for the specified key defined in the json file.