Passed
Push — php72 ( 36bcb4...419f9d )
by Joni
01:52
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests-and-coverage:
            requires:
                - node: analysis
            tests:
                override:
                    - command: vendor/bin/phpunit
                      coverage:
                          format: clover
                          file: build/logs/clover.xml
    environment:
        php:
            version: 7.2
filter:
    excluded_paths:
        - test/
    dependency_paths:
        - vendor/
checks:
    php:
        code_rating: true
        duplication: false

Repository Config

# language: php