Skip to content

Commit

Permalink
Remove failing upload to codecov in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Oct 8, 2024
1 parent b3e66f6 commit a27c4d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
- name: Run pytest
run: |
pytest --cov=sphinx_tabs --cov-report=xml --cov-report=term-missing
- name: Upload to Codecov
if: matrix.python-version == '3.10' && github.repository == 'executablebooks/sphinx-tabs'
uses: codecov/codecov-action@v4
with:
name: sphinx-tabs-pytests-py3.10
flags: pytests
file: ./coverage.xml
fail_ci_if_error: true
js-tests:

Expand Down

0 comments on commit a27c4d8

Please sign in to comment.