Skip to content

Commit f977c44

Browse files
authored
🔧 Update tests.yml
1 parent 49043e4 commit f977c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
5454
- name: Upload to Codecov
55-
if: matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py'
55+
# note currently not working for external contributions
56+
if: false && matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py'
5657
uses: codecov/codecov-action@v5
5758
with:
5859
name: markdown-it-py-pytests

0 commit comments

Comments
 (0)