js-generator-openstack/.istanbul.yml
Michael Krotscheck 5c13f45c1e Corrected istanbul.yml config to put reports in /cover
That's where zuul expects them to be.
2016-03-29 11:07:04 -07:00

31 lines
591 B
YAML

verbose: false
instrumentation:
root: .
include-all-sources: true
excludes: ['spec/**']
default-excludes: true
reporting:
print: detail
reports:
- lcov
- html
dir: ./cover
watermarks:
statements: [80, 100]
lines: [80, 100]
functions: [80, 100]
branches: [80, 100]
check:
global:
statements: 100
lines: 100
branches: 100
functions: 100
excludes: []
each:
statements: 100
lines: 100
branches: 100
functions: 100
excludes: []