We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da228d commit 8c75659Copy full SHA for 8c75659
1 file changed
.scrutinizer.yml
@@ -7,8 +7,6 @@ build:
7
image: default-jammy
8
environment:
9
php: 8.4.0
10
- variables:
11
- XDEBUG_MODE: 'coverage'
12
nodes:
13
coverage:
14
services:
@@ -26,7 +24,7 @@ build:
26
24
- sudo apt install -y ffmpeg exiftool
27
25
tests:
28
override:
29
- - command: composer test:mysql
+ - command: mkdir -p build/logs && DIVERGENCE_TEST_DB=tests-mysql phpdbg -qrr ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
30
idle_timeout: 300
31
32
file: 'build/logs/clover.xml'
0 commit comments