diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76fef45..c8f2653 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,7 @@ jobs: pip install build - name: Run Pytest tests run: | + pip install . pip install pytest pytest-cov pytest --cov --cov-report=xml - name: Upload coverage reports to Codecov diff --git a/.gitignore b/.gitignore index 60e85cb..64edcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,8 @@ env/ # OS .DS_Store Thumbs.db + +# Coverage +.coverage +coverage.xml +htmlcov/