for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: environment: php: 7.0.6 nodes: analysis: project_setup: override: true tests: override: [php-scrutinizer-run] tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'