diff --git a/.github/workflows/CI_Tests.yml b/.github/workflows/CI_Tests.yml index 54fe406..aba1ddf 100644 --- a/.github/workflows/CI_Tests.yml +++ b/.github/workflows/CI_Tests.yml @@ -30,7 +30,7 @@ jobs: run: pip install -e '.[dev]' - name: Run tests and generate coverage reports - run: pytest --cov tests/ + run: pytest --cov src/ - name: Upload coverage reports to codecov if: runner.os == 'Linux' diff --git a/.gitignore b/.gitignore index 040707c..de112c1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ __pycache__/ *.pyc dist -.vscode/ \ No newline at end of file +.vscode/ +.coverage \ No newline at end of file