Norman Yee
Results
2
issues of
Norman Yee
PR for https://github.com/cypress-io/code-coverage/issues/473. See https://github.com/cypress-io/code-coverage/issues/473 for details behind the change
**Logs and screenshots** ``` code-coverage combined NYC options { 'report-dir': './coverage', reporter: [ 'lcov', 'json-summary', 'text', 'cobertura' ], extension: [ '.jsx', '.js' ], excludeAfterRemap: false, sourceMap: false, instrument: false }...