1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-11 19:14:38 +01:00

Moving coverage to build/artifacts

This commit is contained in:
Michael Dowling 2015-03-29 11:17:00 -07:00
parent 194ff101f4
commit 4293277530

View File

@ -15,11 +15,11 @@ test: start-server
$(MAKE) stop-server $(MAKE) stop-server
coverage: start-server coverage: start-server
vendor/bin/phpunit --coverage-html=artifacts/coverage vendor/bin/phpunit --coverage-html=build/artifacts/coverage
$(MAKE) stop-server $(MAKE) stop-server
view-coverage: view-coverage:
open artifacts/coverage/index.html open build/artifacts/coverage/index.html
clean: clean:
rm -rf artifacts/* rm -rf artifacts/*