diff --git a/.github/workflows/Run-Tests.yaml b/.github/workflows/Run-Tests.yaml index 1cd9a8e..1e6d446 100644 --- a/.github/workflows/Run-Tests.yaml +++ b/.github/workflows/Run-Tests.yaml @@ -33,4 +33,5 @@ jobs: - name: Run pytest run: | - pytest tests + coverage run -m pytest + coverage report diff --git a/dev_requirements.txt b/dev_requirements.txt index a107110..bf94877 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,3 +1,3 @@ pytest -pytest-cov +coverage mypy