File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
5050 pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
5151 - name : Upload to Codecov
5252 if : matrix.python-version == '3.9' && github.repository == 'executablebooks/markdown-it-py'
53- uses : codecov/codecov-action@v3
53+ uses : codecov/codecov-action@v5
5454 with :
5555 name : markdown-it-py-pytests
5656 flags : pytests
57- file : ./coverage.xml
57+ files : ./coverage.xml
5858 fail_ci_if_error : true
5959 token : ${{ secrets.CODECOV_TOKEN }}
6060
Original file line number Diff line number Diff line change 44[ ![ Coverage Status] [ codecov-badge ]] [ codecov-link ]
55[ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
66[ ![ Conda] [ conda-badge ]] [ conda-link ]
7- [ ![ Code style: black] [ black-badge ]] [ black-link ]
87[ ![ PyPI - Downloads] [ install-badge ]] [ install-link ]
98
109<p align =" center " >
@@ -149,8 +148,6 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
149148[ conda-link ] : https://anaconda.org/conda-forge/markdown-it-py
150149[ codecov-badge ] : https://codecov.io/gh/executablebooks/markdown-it-py/branch/master/graph/badge.svg
151150[ codecov-link ] : https://codecov.io/gh/executablebooks/markdown-it-py
152- [ black-badge ] : https://img.shields.io/badge/code%20style-black-000000.svg
153- [ black-link ] : https://github.com/ambv/black
154151[ install-badge ] : https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs
155152[ install-link ] : https://pypistats.org/packages/markdown-it-py
156153
You can’t perform that action at this time.
0 commit comments