Skip to content

Commit 0d2e1a6

Browse files
authored
Merge branch 'develop' into packaging/inline-description
2 parents 239aba3 + 628de71 commit 0d2e1a6

30 files changed

+5928
-489
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ lib-release: lib-package
9898
twine upload dist/*
9999

100100
lib-coverage:
101-
pytest --cov=proxy --cov-report=html tests/
101+
pytest --cov=proxy --cov=tests --cov-report=html tests/
102102
open htmlcov/index.html
103103

104104
lib-profile:

0 commit comments

Comments
 (0)