Passed
Push — master ( 30b70f...a15ddb )
by Tom
05:40 queued 02:33
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
    - 'phpinsights.php'

build:
  environment:
    php: '7.2.13'
  dependencies:
    override:
      - 'composer update --prefer-dist --no-suggest --no-interaction'
  nodes:
    analysis:
      tests:
        override:
          - 'php-scrutinizer-run'
          - command: 'vendor/bin/phpinsights analyse ./ --format=checkstyle --no-interaction > analysis-phpinsights.xml'
            analysis:
              file: 'analysis-phpinsights.xml'
              format: 'general-checkstyle'
          - command: 'vendor/bin/phpunit --coverage-text --coverage-clover=analysis-phpunit.xml'
            coverage:
              file: 'analysis-phpunit.xml'
              format: 'clover'

Repository Config

# language: php