File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ jobs:
50
50
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
51
51
- name : Upload to Codecov
52
52
if : matrix.python-version == '3.9' && github.repository == 'executablebooks/markdown-it-py'
53
- uses : codecov/codecov-action@v3
53
+ uses : codecov/codecov-action@v5
54
54
with :
55
55
name : markdown-it-py-pytests
56
56
flags : pytests
57
- file : ./coverage.xml
57
+ files : ./coverage.xml
58
58
fail_ci_if_error : true
59
59
token : ${{ secrets.CODECOV_TOKEN }}
60
60
Original file line number Diff line number Diff line change 4
4
[ ![ Coverage Status] [ codecov-badge ]] [ codecov-link ]
5
5
[ ![ PyPI] [ pypi-badge ]] [ pypi-link ]
6
6
[ ![ Conda] [ conda-badge ]] [ conda-link ]
7
- [ ![ Code style: black] [ black-badge ]] [ black-link ]
8
7
[ ![ PyPI - Downloads] [ install-badge ]] [ install-link ]
9
8
10
9
<p align =" center " >
@@ -149,8 +148,6 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
149
148
[ conda-link ] : https://anaconda.org/conda-forge/markdown-it-py
150
149
[ codecov-badge ] : https://codecov.io/gh/executablebooks/markdown-it-py/branch/master/graph/badge.svg
151
150
[ 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
154
151
[ install-badge ] : https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs
155
152
[ install-link ] : https://pypistats.org/packages/markdown-it-py
156
153
You can’t perform that action at this time.
0 commit comments