Update Makefile
This commit is contained in:
parent
980695382f
commit
80cf5977d3
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ vtest: flake
|
||||||
py.test -s ./tests/
|
py.test -s ./tests/
|
||||||
|
|
||||||
cov cover coverage: flake
|
cov cover coverage: flake
|
||||||
py.test -s ./tests/ --cov=aiohttp_security --cov=tests --cov-report=html --cov-report=term
|
py.test -s ./tests/ --cov=aiohttp_security --cov=tests --cov-report=xml --cov-report=term
|
||||||
@echo "open file://`pwd`/coverage/index.html"
|
@echo "open file://`pwd`/coverage/index.html"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue