Passed
Push — master ( 8bad73...c5d158 )
by David
57s queued 11s
created

Checkout Config

checks:
  php: true

build:
  environment:
    php: 7.4
  nodes:
    my-tests:
      dependencies:
        before:
          - cd tests && ./run.sh
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
  paths:
    - "src/*"
    - "tests/*"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }