diff --git a/Makefile b/Makefile index d4b43eb19..eca4d4c49 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pcc_internal: check_python_format python_linting mypy_ci pydocstyle .PHONY: pcc_internal pytest: - poetry run pytest -svv --cov=hdk --cov-report=xml tests/ + poetry run pytest -svv --cov=hdk --cov-report=term-missing:skip-covered --cov-report=xml tests/ .PHONY: pytest # Not a huge fan of ignoring missing imports, but some packages do not have typing stubs