Files
Background-panel/vendor/guzzlehttp/promises/Makefile
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

14 lines
189 B
Makefile

all: clean test
test:
vendor/bin/phpunit
coverage:
vendor/bin/phpunit --coverage-html=artifacts/coverage
view-coverage:
open artifacts/coverage/index.html
clean:
rm -rf artifacts/*