Passed
Branch master (90ea3f)
by Roberto
01:26
created

Checkout Config

filter:
    paths:
        - 'src/*'
        - 'tests/*'

tools:
    php_code_sniffer:
        config:
            standard: PSR2

build:
  nodes:
    coverage:
      tests:
        override:
          - command: vendor/bin/phpunit --coverage-clover=clover.xml
            coverage:
              file: clover.xml
              format: clover

Repository Config

# language: php

# tests: true