Passed
Pull Request — master (#3)
by Vincent
04:40
created

Checkout Config

build:
  environment:
    php: 7.2.24

  nodes:
    tests:
      tests:
        override:
          - command: composer run tests-with-coverage
            coverage:
              file: coverage.xml
              format: clover

Repository Config

# language: php
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
    excluded_paths:
        - 'tests/*'