We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4928d1d commit b21bed5Copy full SHA for b21bed5
.github/workflows/tests.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Run tests
94
run: pytest -m "not a11y" --color=yes --cov --cov-report=xml
95
- name: Upload to Codecov
96
- if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
+ if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
97
uses: codecov/codecov-action@v4
98
with:
99
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments