excoveralls v0.6.0 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 skip files from the json file

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

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_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.

read_config(key, default \\ nil)

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