forked from Harborn-digital/secure-jwt-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
45 lines (40 loc) · 872 Bytes
/
.scrutinizer.yml
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
37
38
39
40
41
42
43
44
45
checks:
php: true
build:
image: default-bionic
environment:
php: 8.1
nodes:
phpunit:
environment:
timezone: Europe/Amsterdam
postgresql: false
rabbitmq: false
mysql: false
redis: false
elasticsearch: false
php:
version: 7.4
tests:
override:
- command: 'vendor/bin/phpunit --coverage-clover=code-coverage'
coverage:
file: 'code-coverage'
format: 'clover'
analysis:
environment:
postgresql: false
redis: false
mongodb: false
mysql: false
php:
version: 8.1
tests:
override:
- php-scrutinizer-run
dependencies:
override:
- command: 'composer install --no-interaction --no-scripts'
filter:
excluded_paths:
- 'tests/*'