Passed
Push — php8 ( 992912...98c897 )
by Witold
04:37 queued 01:44
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.3
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage-clover'
                coverage:
                    file: 'phpunit-coverage-clover'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }