for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: javascript: true build: tests: override: - command: 'npm test' coverage: file: 'coverage/clover.xml' format: 'clover' filter: paths: ["src/*"] excluded_paths: - "*/__tests__/*"