We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b8ca2 commit b8a388eCopy full SHA for b8a388e
.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