for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: image: default-jammy environment: node: version: 23 project_setup: override: - 'npm i' tests: override: - command: 'npm run test' # Run tests coverage: file: 'coverage.lcov' format: 'lcov'