checks: javascript: true filter: excluded_paths: - test/* build: environment: node: '8.4.0' tests: override: - command: 'istanbul cover --report clover test.js' coverage: file: 'coverage/clover.xml' format: 'clover'
filter: excluded_paths: - 'build/*' checks: javascript: true build: nodes: analysis: environment: node: version: 6.0.0 tests: true