paste.chapril.org-privatebin/.scrutinizer.yml

35 lines
830 B
YAML
Raw Normal View History

checks:
php: true
javascript: true
filter:
paths:
- "css/privatebin.css"
- "css/bootstrap/privatebin.css"
- "js/privatebin.js"
- "lib/*.php"
- "index.php"
coding_style:
php:
spaces:
around_operators:
additive: false
concatenation: true
build:
2023-06-18 17:51:10 +02:00
image: default-bionic
environment:
php:
2023-06-18 17:51:10 +02:00
version: 7.4
tests:
override:
-
2021-05-28 22:39:50 +02:00
command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
coverage:
file: 'tst/log/coverage-clover.xml'
format: 'clover'
nodes:
tests: true
analysis:
tests:
override:
- php-scrutinizer-run