Skip to content

Commit 1536415

Browse files
committed
enabled coverage in php before coverage test
1 parent 8a78549 commit 1536415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
&& mv test-reporter-latest-linux-amd64 /usr/bin/cc-test-reporter \
126126
&& chmod +x /usr/bin/cc-test-reporter \
127127
&& cc-test-reporter before-build \
128-
&& vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M \
128+
&& XDEBUG_MODE=coverage vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M \
129129
&& mkdir -p out/phpunit \
130130
&& cp out/phpunit/clover.xml clover.xml \
131131
&& cc-test-reporter after-build --id ec331dd009edca126a4c27f4921c129de840c8a117643348e3b75ec547661f28 --exit-code 0

0 commit comments

Comments
 (0)