for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: node: 16 nodes: analysis: tests: override: - js-scrutinizer-run - eslint-run "src/**/*.ts" tests: true tests: override: - command: 'yarn coverage' coverage: file: 'coverage/clover.xml' format: 'clover' checks: javascript: true