Passed
Push — master ( 6ff058...ae4c71 )
by Dominik
01:51
created

Checkout Config

build:
    environment:
        timezone: 'Europe/Zurich'
        php:
            version: '7.3'
            ini:
                'date.timezone': 'Europe/Zurich'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage/clover.xml'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'php-clover'

checks:
    php: true

coding_style:
    php: {}

filter:
    excluded_paths:
        - 'tests/*'

Repository Config

# language: php