Completed
Push — master ( 486b24...7db650 )
by Miguel A.
02:45
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