Skip to content

Commit 9fa5c29

Browse files
committed
ci: enable XDEBUG coverage for PHPUnit tests
1 parent 9cc2256 commit 9fa5c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: vendor/bin/phpstan
6060

6161
- name: Execute tests
62-
run: vendor/bin/phpunit
62+
run: XDEBUG_MODE=coverage vendor/bin/phpunit
6363

6464
- name: Prepare paths for SonarQube analysis
6565
run: |

0 commit comments

Comments
 (0)