class CodeCoverage { constructor(embark, options) { const self = this; this.events = embark.events; this.logger = embark.logger; } }