Passed
Push — 3.x ( 3580b4...4e5cb3 )
by Aleksei
01:34
created

Checkout Config

checks:
  php: true

filter:
  paths:
    - "src/*"

tools:
  external_code_coverage:
    timeout: 600    # Timeout in seconds.
    runs: 1         # How many code coverage submissions Scrutinizer will wait

build:
  nodes:
    analysis:
      environment:
        php: 8.0

      tests:
        override:
          - php-scrutinizer-run

Repository Config

checks:
    php: true
    
filter:
    paths:
        - "src/*"

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.
        runs: 1 # How many code coverage submissions Scrutinizer will wait
    php_analyzer: true