Test Failed
Push — master ( 8d4764...802f91 )
by gt9000
02:19
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
  paths:
    - src/*
  excluded_paths:
    - vendor/*
    - tests/*

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

Repository Config

# language: php

# tests: true