for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
tools: external_code_coverage: true build: image: default-bionic environment: php: 8.2.21 nodes: analysis: tests: override: - php-scrutinizer-run checks: php: code_rating: true duplication: true filter: paths: - src/*
# language: php # tests: true