build: nodes: php73: environment: php: 7.3 analysis: project_setup: override: true tests: override: [php-scrutinizer-run] tests: override: - command: 'composer run tests' coverage: file: 'phpunit.clover' format: 'clover' checks: php: code_rating: true duplication: true filter: excluded_paths: - './Tests/' - './tests-src/'
filter: excluded_paths: - 'tests/*' - 'tests-src/*' checks: php: true build: true