for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: redis: false postgresql: false node: version: '8.10.0' nodes: analysis: tests: override: - command: 'npm run test-ci' coverage: file: 'coverage/clover.xml' format: 'clover' checks: javascript: true