Completed
Push — master ( f1a7ef...448468 )
by Vítězslav
09:02 queued 02:59
created

Checkout Config

build:
  nodes:
    ease-core:
        dependencies:
            before:
                - composer self-update
                - composer install --no-interaction
    analysis:
      tests:
        override:
          - php-scrutinizer-run

    coverage:
      tests:
        override:
          - command: './vendor/bin/phpunit --whitelist catalog --coverage-clover /home/scrutinizer/build/coverage.xml tests'
            coverage:
              file: coverage.xml
              format: clover

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        - 'Examples/*'
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

checks:
    php:
        code_rating: true
        duplication: true
        

Repository Config

# language: php

# tests: true