build:
dependencies:
before:
- npm install istanbul
tests:
override:
-
command: 'istanbul cover --report clover --dir reports/coverage src/*.js'
coverage:
file: 'reports/coverage/clover.xml'
format: 'clover'
checks:
javascript: true
build:
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
tests: true