Checkout Config
filter:
excluded_paths: [ tests/* ]
build:
nodes:
tests-with-coverage:
environment:
php:
version: 8.0
ini:
"xdebug.mode": coverage,
memory_limit: "-1"
tests:
override:
- command: vendor/bin/phpunit --coverage-clover=coverage-file
coverage:
file: coverage-file
format: php-clover
- php-scrutinizer-run
checks:
php:
fix_doc_comments: true
Repository Config
# language: php
build:
# Variables for all nodes
environment:
variables:
STRIPE_SECRET: 'sk_test_51BhltKG3lnJPtggc5JHq73Y822t9qtWgly6rzVmqdw30LovJJYQBaAB4dbQQBli546OXHry0gMLEDYWhgDXhROTw00AWMwoV4e'