From c084c4769c22c65f2af0cd9b3f81a3f141bf4641 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Mon, 6 May 2024 17:07:01 -0400 Subject: [PATCH] ci: Limit test to one file to debug codecov issue. --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: