for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: javascript: true filter: excluded_paths: - "node_modules" build: tests: override: - "npm run test" after: - command: "npm run scrutinizer" coverage: file: "coverage/clover.xml" format: "clover"
checks: javascript: true build: true