-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
36 lines (33 loc) · 977 Bytes
/
.scrutinizer.yml
File metadata and controls
36 lines (33 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
imports:
- php
filter:
excluded_paths: [vendor/*, tests/*, config/bundles.php]
build:
image: default-bionic
nodes:
my-tests:
environment:
php:
version: 8.3.3
# version: 8.1.13
# version: 8.1.17
# version: 8.2.4
analysis:
environment:
node:
version: "14"
dependencies:
override:
- npm install
- npm run build
tests:
override:
- php-scrutinizer-run
#- phpcs-run # Not used, missing config file
tests:
override:
- command: "composer phpunit"
# command: "XDEBUG_MODE=coverage vendor/bin/phpunit"
coverage:
file: "docs/coverage.clover"
format: "php-clover"