初始化代码
This commit is contained in:
19
vendor/mtdowling/jmespath.php/Makefile
vendored
Normal file
19
vendor/mtdowling/jmespath.php/Makefile
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
all: clean coverage
|
||||
|
||||
test:
|
||||
vendor/bin/phpunit
|
||||
|
||||
coverage:
|
||||
vendor/bin/phpunit --coverage-html=artifacts/coverage
|
||||
|
||||
view-coverage:
|
||||
open artifacts/coverage/index.html
|
||||
|
||||
clean:
|
||||
rm -rf artifacts/*
|
||||
rm -rf compiled/*
|
||||
|
||||
perf:
|
||||
php bin/perf.php
|
||||
|
||||
.PHONY: test coverage perf
|
||||
Reference in New Issue
Block a user