Completed
Push — develop ( 041cd6...6833ac )
by Ludwig
02:52
created

Checkout Config

build:
  environment:
    postgresql: false
    redis: false
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=cov.xml'
        coverage:
          file: 'cov.xml'
          format: 'clover'
filter:
    paths: ["src/*"]
    excluded_paths:

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true