From b21bed5c35a9f203b8c56ac938d88ca90c694dac Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Fri, 16 Feb 2024 17:03:14 -0600 Subject: [PATCH] try to fix codecov (#1717) see if this fixes codecov --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65cf7bd07..4c7276515 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,7 +93,7 @@ jobs: - name: Run tests run: pytest -m "not a11y" --color=yes --cov --cov-report=xml - name: Upload to Codecov - if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' + if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev' uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}