Skip to content

Commit b8a388e

Browse files
authored
try to fix codecov (#1717)
see if this fixes codecov
1 parent 27b8ca2 commit b8a388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Run tests
9494
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
9595
- name: Upload to Codecov
96-
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
96+
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
9797
uses: codecov/codecov-action@v4
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)