for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: javascript: true filter: paths: ["src/*"] excluded_paths: - test/* build: environment: node: version: v12.16.1 tests: override: - command: 'yarn run ci' coverage: file: 'coverage/clover.xml' format: 'clover'
# language: javascript