File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8080 - name : " Install dependencies with Composer"
8181 uses : " ramsey/composer-install@v1"
8282
83+ - name : " Setup logs"
84+ run : " mkdir -p build/logs"
85+
8386 - name : " Run PHPUnit (with coverage)"
84- run : " php vendor/bin/simple-phpunit -v --coverage-clover clover.xml"
87+ run : " php vendor/bin/simple-phpunit -v --coverage-clover build/logs/ clover.xml"
8588
8689 - name : " Retrieve Coveralls phar"
8790 run : " wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.2/php-coveralls.phar"
9093 run : " chmod +x php-coveralls.phar"
9194
9295 - name : " Upload coverage"
93- run : " php php-coveralls.phar -v -x clover.xml"
96+ run : " php php-coveralls.phar -v -x build/logs/ clover.xml"
9497 env :
9598 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments