Opal-Estate-Pro/node_modules/error/.istanbul.yml
2019-09-13 11:27:52 +07:00

12 lines
309 B
YAML

instrumentation:
default-excludes: false
include-all-sources: true
excludes:
- '**/test/**'
- '**/coverage/**'
- '**/example/**'
- '**/test.js'
- '**/node_modules/istanbul/**'
- '**/node_modules/tape/**'
- '**/node_modules/uber-standard/**'