Completed
Push — master ( 2f79b7...d00828 )
by Mathijs
02:28 queued 13s
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*, examples/*]
checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.html'
                coverage:
                    file: 'coverage.html'
                    format: 'clover'

Repository Config

# language: php

# tests: true