Passed
Push — master ( a1a2cd...c94824 )
by Jim
01:10 queued 11s
created

Checkout Config

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

filter:
    excluded_paths:
        - "vendor/"
        - "Tests/"

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true