Completed
Push — master ( 217c2e...5c8f47 )
by Constantin
07:02
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

checks:
    php: true

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit  --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true