Completed
Push — master ( bf1097...ba9023 )
by Tomasz
03:18
created

Checkout Config

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

Repository Config

# language: php