Completed
Push — master ( 9f8369...654e3b )
by Miguel A.
02:22
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