We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49043e4 commit f977c44Copy full SHA for f977c44
.github/workflows/tests.yml
@@ -52,7 +52,8 @@ jobs:
52
run: |
53
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
54
- name: Upload to Codecov
55
- if: matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py'
+ # note currently not working for external contributions
56
+ if: false && matrix.python-version == '3.10' && github.repository == 'executablebooks/markdown-it-py'
57
uses: codecov/codecov-action@v5
58
with:
59
name: markdown-it-py-pytests
0 commit comments