Passed
Push — master ( 00219d...5cfade )
by Frank
03:59
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
  - build/*
  - vendor/*

build:
  project_setup:
    before:
    - composer install

  tests:
    override:
    -
      command: 'composer test:php:cover'
      coverage:
        file: 'var/logs/coverage.xml'
        format: 'clover'

Repository Config

# language: php

# tests: true