We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bd8bc commit 5be0d84Copy full SHA for 5be0d84
.scrutinizer.yml
@@ -1,12 +1,27 @@
1
+filter:
2
+ dependency_paths:
3
+ - "vendor/"
4
+ excluded_paths:
5
+ - 'test/'
6
+
7
build:
- dependencies:
8
+ environment:
9
+ php:
10
+ version: '7.4'
11
12
+ nodes:
13
+ analysis:
14
+ tests:
15
override:
- - composer install --no-interaction
16
+ - php-scrutinizer-run
17
18
+ dependencies:
19
+ override:
20
+ - composer install --no-interaction
21
22
tests:
- override:
- -
- command: './bin/phing unit'
- coverage:
- file: 'test/coverage.xml'
- format: 'php-clover'
23
24
+ - command: './bin/phing unit'
25
+ coverage:
26
+ file: 'test/coverage.xml'
27
+ format: 'php-clover'
0 commit comments