checks:
javascript: true
build:
dependencies:
#before:
#- npm install istanbul # or add it as part of your package.json
tests:
override:
-
#command: 'istanbul cover --report clover test.js'
command: 'npm run test-scrutinizer'
coverage:
file: 'coverage/clover.xml'
format: 'clover'
checks:
javascript: true
build:
nodes:
analysis:
environment:
node:
version: 6.0.0
tests: true