aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/streams/Makefile
blob: f4d42849e528e185aaaa1b2d478c541b629601b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all: clean coverage

release: tag
	git push origin --tags

tag:
	chag tag --sign --debug CHANGELOG.rst

test:
	vendor/bin/phpunit

coverage:
	vendor/bin/phpunit --coverage-html=artifacts/coverage

view-coverage:
	open artifacts/coverage/index.html

clean:
	rm -rf artifacts/*