Skip to content

Commit cf3b9bf

Browse files
Fix Scrutinizer CI by explicitly setting XDEBUG_MODE=coverage
- Scrutinizer needs XDEBUG_MODE=coverage to generate coverage reports - This aligns with the GitHub Actions workflow approach
1 parent 3cafe33 commit cf3b9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
tests:
99
override:
1010
- php-scrutinizer-run
11-
- command: composer run-unit-tests
11+
- command: XDEBUG_MODE=coverage composer run-unit-tests
1212
coverage:
1313
file: var/logs/test-coverage/unit/clover.xml
1414
format: clover

0 commit comments

Comments
 (0)