Commit 51bf39fc by Ehtesham Committed by Usman Khalid

adding includeAllSources property in coverage settings

parent 3507792b
...@@ -74,6 +74,7 @@ function coverageSettings(config) { ...@@ -74,6 +74,7 @@ function coverageSettings(config) {
return { return {
dir: path.dir, dir: path.dir,
subdir: '.', subdir: '.',
includeAllSources: true,
reporters: [ reporters: [
{type: 'cobertura', file: path.file}, {type: 'cobertura', file: path.file},
{type: 'text-summary'} {type: 'text-summary'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment