Completed
Push — master ( bb245e...6028f0 )
by Petr
03:49
created

Checkout Config

build:
  environment:
    php:
      version: 7.0.6
  tests:
    override:
      -
        command: phpunit --coverage-clover=my-coverage-file tests
        coverage:
          file: my-coverage-file
          format: php-clover

checks:
  php: true

filter:
  excluded_paths:
    - "app/*"
    - "bin/*"
    - "tests/*"
    - "var/*"
    - "src/AppBundle/Fixture/*"
    - "src/AppBundle/Command/Composer/*"

Repository Config

# language: php

# tests: true