-
Notifications
You must be signed in to change notification settings - Fork 578
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
21 lines (21 loc) · 824 Bytes
/
Copy path.scrutinizer.yml
File metadata and controls
21 lines (21 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
build:
cache:
directories:
- vendor # Cache for already installed composer package -> speed up composer install
nodes:
analysis:
environment:
php:
version: 8.2
ini:
memory_limit: "-1"
variables:
XDEBUG_MODE: 'coverage'
tests:
override:
- php-scrutinizer-run
-
command: make install-dev-tools && make run-phpunit ARGS="--migrate-configuration" && make run-phpunit ARGS="--exclude-group memory-heavy --coverage-clover coverage/clover.xml"
coverage:
file: coverage/clover.xml
format: clover