Passed
Push — master ( 760241...fb0d0f )
by Tom
02:42
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