Update Makefile

This commit is contained in:
Sam Bull 2021-01-15 10:26:45 +00:00 committed by GitHub
parent 663f953379
commit 3c2c28b694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ vtest: flake
py.test -s ./tests/
cov cover coverage: flake
py.test -s ./tests/ --cov=aiohttp_security --cov=tests --cov-report=xml --cov-report=term
py.test -s ./tests/ --cov=aiohttp_security --cov=tests --cov-report=html --cov-report=xml --cov-report=term
@echo "open file://`pwd`/coverage/index.html"
clean: