Completed
Push — master ( 276aa2...9bcbcc )
by Marius
01:51
created

Checkout Config

checks:
  php:
    code_rating: true

filter:
  excluded_paths:
    - tests/*
    - vendor/*

build:
  environment:
    php: '7.2'

  dependencies:
    before:
      - composer install
      - mkdir -p build/logs

  tests:
    override:
      -
        command: 'bin/phpunit --coverage-clover build/logs/clover.xml'
        coverage:
          file: 'build/logs/clover.xml'
          format: 'clover'

Repository Config

# language: php

# tests: true