adding includeAllSources property in coverage settings

This commit is contained in:
Ehtesham
2016-04-22 00:05:53 +05:00
committed by Usman Khalid
parent 3507792b78
commit 51bf39fc35

View File

@@ -74,6 +74,7 @@ function coverageSettings(config) {
return {
dir: path.dir,
subdir: '.',
includeAllSources: true,
reporters: [
{type: 'cobertura', file: path.file},
{type: 'text-summary'}