We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e66f6 commit a27c4d8Copy full SHA for a27c4d8
.github/workflows/tests.yml
@@ -36,14 +36,6 @@ jobs:
36
- name: Run pytest
37
run: |
38
pytest --cov=sphinx_tabs --cov-report=xml --cov-report=term-missing
39
- - name: Upload to Codecov
40
- if: matrix.python-version == '3.10' && github.repository == 'executablebooks/sphinx-tabs'
41
- uses: codecov/codecov-action@v4
42
- with:
43
- name: sphinx-tabs-pytests-py3.10
44
- flags: pytests
45
- file: ./coverage.xml
46
- fail_ci_if_error: true
47
48
js-tests:
49
0 commit comments