Passed
Push — master ( e4c7bc...4fc60a )
by Andreas
11:16 queued 05:33
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*
        - vendor/*
build:
    environment:
        php:
            version: 7.4
            pecl_extensions:
                - xdebug
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

# language: php

# tests: true