Skip to content

Commit

Permalink
Use python to create zipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
townxelliot committed Jan 15, 2025
1 parent e29f396 commit 4188342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/client-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ php vendor/phpunit/phpcov/phpcov merge --clover "./tests/phpunit/coverage/client

php vendor/phpunit/phpcov/phpcov merge --html "./tests/phpunit/coverage/client-unit-tests" "./tests/phpunit/coverage"

zip -r client-unit-tests.html.zip ./tests/phpunit/coverage/client-unit-tests
python "import shutil; shutil.make_archive('client-unit-tests.html.zip', 'zip', './tests/phpunit/coverage/client-unit-tests')"

0 comments on commit 4188342

Please sign in to comment.