You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
396 B

filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
-
command: 'phpunit'
coverage:
file: 'build/logs/coverage.xml'
format: 'php-clover'
checks:
php:
line_length:
max_length: '80'
tools:
php_code_sniffer:
config:
standard: "PSR2"