Commit 51bf39fc by Ehtesham Committed by Usman Khalid

adding includeAllSources property in coverage settings

parent 3507792b
......@@ -74,6 +74,7 @@ function coverageSettings(config) {
return {
dir: path.dir,
subdir: '.',
includeAllSources: true,
reporters: [
{type: 'cobertura', file: path.file},
{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