ExCoveralls.Settings (excoveralls v0.18.3) View Source

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()

View Source

Get default coverage value for lines marked as not relevant.

Link to this function

default_coverage_value(arg1)

View Source

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

Link to this function

read_config(key, default \\ nil)

View Source

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