excoveralls v0.13.2 ExCoveralls.Settings

Handles the configuration setting defined in json file.

Link to this section 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.

Get xml base dir

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

Link to this section Functions

Link to this function

default_coverage_value()

Get default coverage value for lines marked as not relevant.

Link to this function

get_coverage_options()

Get coverage options from the json file.

Link to this function

get_file_col_width()

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

Link to this function

get_print_files()

Link to this function

get_print_summary()

Link to this function

get_skip_files()

Get skip files from the json file.

Link to this function

get_stop_words()

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

Link to this function

get_terminal_options()

Get terminal output options from the json file.

Link to this function

get_xml_base_dir()

Get xml base dir

Link to this function

read_config(key, default \\ nil)

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