Skip to content

Commit c0b6197

Browse files
committed
🔧 MAINTAIN: Fix CodeCov CI
1 parent a497909 commit c0b6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
pytest --cov=sphinx_tabs --cov-report=xml --cov-report=term-missing
4949
- name: Upload to Codecov
50-
if: matrix.python-version == 3.7 && matrix.sphinx == '>=3,<=4' && github.repository == 'executablebooks/sphinx-tabs'
50+
if: matrix.python-version == 3.7 && matrix.sphinx == '>=3,<4' && github.repository == 'executablebooks/sphinx-tabs'
5151
uses: codecov/codecov-action@v1
5252
with:
5353
name: sphinx-tabs-pytests-py3.7

0 commit comments

Comments
 (0)