Passed
Push — master ( 5fc9e5...74fbb5 )
by Nicolas
02:10
created

Checkout Config

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

Repository Config

# language: php

# tests: true
checks:
    php:
        code_rating: true
        duplication: true