Completed
Branch master (75e2c8)
by Marcin
03:27 queued 02:00
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true