Completed
Push — master ( c41356...120621 )
by Miguel A.
02:58
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

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

Repository Config

# language: php

# tests: true