Completed
Push — master ( 5c1cf2...d64c65 )
by gt9000
19:39 queued 11: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