build: nodes: analysis: tests: override: - php-scrutinizer-run filter: excluded_paths: - "tests/" # Everything in a root level "tests" directory will be excluded checks: php: true build_failure_conditions: # Code Coverage decreased from previous inspection - 'project.metric_change("scrutinizer.test_coverage", < 0)' tools: # Wait for code coverage to be pushed from travis-ci external_code_coverage: timeout: 600 # Timeout in seconds.
build: filter: checks: coding_style: