Completed
Push — master ( 8eeac8...a1a2cd )
by Jim
10:26
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