Passed
Branch master (51afa3)
by Benjamin
07:39
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
  - Tests/*
  - Resources/Privat/Scripts/*
  - vendor/*

build:
  project_setup:
    before:
    - composer install

  tests:
    override:
    -
      command: './bin/phpunit -c Build/UnitTests.xml --coverage-clover=some-file'
      coverage:
        file: 'some-file'
        format: 'clover'

Repository Config

# language: php