for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: image: default-jammy environment: node: 18 nodes: coverage: tests: override: - npm ci - npm test - js-scrutinizer-run - command: npm run coverage coverage: file: coverage/lcov.info format: lcov