-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Description
coverageReporter: {
dir: require('path').join(__dirname, './coverage/app'),
subdir: '.',
reporters: [
{ type: 'text-summary' },
{ type: 'lcov'}
],
includeAllSources: true
},
preprocessors: {
'**/src/app/**/*.ts': ['coverage']
},
Despite configuring coverage to include all sources, it's not doing that.
Untested files are excluded from the coverage metrics.
gimler, szeinedd-nrel, brabenetz, elninoisback and dbarr-bcom
Metadata
Metadata
Assignees
Labels
No labels