Completed
Push — master ( b95106...e5d297 )
by David
04:09 queued 01:55
created

Repository Config

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true
        
checks:                   
    php:
        code_rating: true
        duplication: true
        
filter:
    excluded_paths:
        - "tests/"