Skip to content

Commit 9977d9b

Browse files
authored
Merge branch 'develop' into maintenance/gha-test-whats-shipped
2 parents 74bb3f8 + cc80e1c commit 9977d9b

31 files changed

+5929
-493
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)