Skip to content

Commit 8c75659

Browse files
committed
Adjust coverage file
1 parent 6da228d commit 8c75659

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.scrutinizer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ build:
77
image: default-jammy
88
environment:
99
php: 8.4.0
10-
variables:
11-
XDEBUG_MODE: 'coverage'
1210
nodes:
1311
coverage:
1412
services:
@@ -26,7 +24,7 @@ build:
2624
- sudo apt install -y ffmpeg exiftool
2725
tests:
2826
override:
29-
- command: composer test:mysql
27+
- command: mkdir -p build/logs && DIVERGENCE_TEST_DB=tests-mysql phpdbg -qrr ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
3028
idle_timeout: 300
3129
coverage:
3230
file: 'build/logs/clover.xml'

0 commit comments

Comments
 (0)