diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 48f0b4b91e..aeab5d45d2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -46,7 +46,7 @@ jobs: - name: Test with pytest shell: bash -el {0} run: | - python -m pytest . --cov=hnn_core hnn_core/tests/ --cov-report=xml + python -m pytest . --cov=hnn_core hnn_core/tests/test_gui.py --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: