node-query/.istanbul.yml

9 lines
205 B
YAML
Raw Normal View History

2015-11-19 14:17:01 -05:00
reporting:
reports:
- lcov
- clover
- text-summary
- lcovonly
report-config:
clover: {file: ../build/clover.xml}
lcovonly: {file: ../build/lcov.info}