Merge "exclude build output from istanbul"

This commit is contained in:
Jenkins 2016-07-22 01:07:00 +00:00 committed by Gerrit Code Review
commit 70c4d12527
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ verbose: false
instrumentation:
root: .
include-all-sources: true
excludes: ['spec/**']
excludes: ['spec/**', 'doc/build/**', 'jsdoc_build/**']
default-excludes: true
reporting:
print: detail