Skip to content

Commit a27c4d8

Browse files
committed
Remove failing upload to codecov in CI
1 parent b3e66f6 commit a27c4d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yml

-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
- name: Run pytest
3737
run: |
3838
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
4739
4840
js-tests:
4941

0 commit comments

Comments
 (0)