Passed
Push — master ( 7c18a1...818e37 )
by Abdul Malik
02:14
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php: '7.3'
    nodes:
        analysis:
            tests:
                override: [php-scrutinizer-run]
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'