Configuration Class
represents the istanbul configuration and provides sub-objects that can return instrumentation, reporting and hook options respectively.
Usage
var configObj = require('istanbul').config.loadFile();
console.log(configObj.reporting.reports());
Constructor
Configuration
(
-
obj
-
overrides
Parameters:
-
obj
Objectthe base object to use as the configuration
-
overrides
Objectoptional - override attributes that are merged into the base config
Item Index
Properties
Properties
verbose
Boolean
true if verbose logging is required