We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c891a commit a61a75fCopy full SHA for a61a75f
.github/workflows/tests.yml
@@ -126,6 +126,7 @@ jobs:
126
&& chmod +x /usr/bin/cc-test-reporter \
127
&& cc-test-reporter before-build \
128
&& vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M \
129
+ && mkdir -p out/phpunit \
130
&& cp out/phpunit/clover.xml clover.xml \
131
&& cc-test-reporter after-build --id ec331dd009edca126a4c27f4921c129de840c8a117643348e3b75ec547661f28 --exit-code 0
132
0 commit comments