Passed
Push — main ( 43091a...f001a1 )
by Takashi
02:54
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        php:
          version: 8.0.2
        node:
          version: 12.0.0
      tests:
        override:
          - php-scrutinizer-run
filter:
  paths:
    - src/*
tools:
  external_code_coverage: true

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }