We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a7ee6 commit b826553Copy full SHA for b826553
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
51
- name: Upload to Codecov
52
if: matrix.python-version == '3.9' && github.repository == 'executablebooks/markdown-it-py'
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
54
with:
55
name: markdown-it-py-pytests
56
flags: pytests
0 commit comments