-
-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
33 lines (30 loc) · 741 Bytes
/
.scrutinizer.yml
File metadata and controls
33 lines (30 loc) · 741 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
tools:
external_code_coverage:
timeout: 1200
filter:
paths: ["src/Phing/*", "tests/bootstrap.php", "tests/Phing/*"]
dependency_paths:
- "vendor/"
checks:
php:
duplication: false
build:
dependencies:
override:
- COMPOSER_PROCESS_TIMEOUT=2000 composer install --no-interaction
environment:
timezone: UTC
php:
version: '8.1'
ini:
xdebug.mode: coverage
nodes:
analysis:
tests:
override:
- 'php-scrutinizer-run --enable-security-analysis'
tests:
tests:
override:
- 'git config --global user.email "[email protected]" && git config --global user.name "Phing Scrutinizer Builder"'
- 'cd tests && ../bin/phing'