Skip to content

Commit 7f58482

Browse files
committed
chore: add htmlcov
1 parent cc18bae commit 7f58482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414
@flake8 graphene_mongo
1515

1616
test: clean lint
17-
py.test --cov=graphene_mongo
17+
py.test graphene_mongo/tests --cov=graphene_mongo --cov-report=html --cov-report=term
1818

1919
register-pypitest:
2020
python setup.py register -r pypitest

0 commit comments

Comments
 (0)