checks:
javascript: true
filter:
excluded_paths:
- test/*
build:
environment:
node: '8.4.0'
tests:
override:
-
command: './node_modules/.bin/jest --config ./build/jest.config.coverage.js'
coverage:
file: './test/unit/coverage/clover.xml'
format: 'clover'
filter:
excluded_paths:
- 'build/*'
checks:
javascript: true
build:
nodes:
analysis:
environment:
node:
version: 6.0.0
tests: true