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 5be0d84 commit f9f00ffCopy full SHA for f9f00ff
.scrutinizer.yml
@@ -8,20 +8,22 @@ build:
8
environment:
9
php:
10
version: '7.4'
11
+ pecl_extensions:
12
+ - inotify
13
14
nodes:
15
analysis:
16
tests:
17
override:
18
- php-scrutinizer-run
19
- dependencies:
- override:
20
- - composer install --no-interaction
21
-
22
- tests:
23
24
- - command: './bin/phing unit'
25
- coverage:
26
- file: 'test/coverage.xml'
27
- format: 'php-clover'
+ coverage:
+ tests:
+ before:
+ - export PLAISIO_CONFIG_DIR=test
+ - ./bin/phing kernel
+ override:
+ - command: './bin/phing unit'
28
+ file: 'test/coverage.xml'
29
+ format: 'php-clover'
0 commit comments