Passed
Push — master ( 8e4d07...606545 )
by Michael
02:31
created

Checkout Config

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.

Repository Config

build:

filter:

checks:

coding_style: