File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
- name : Install dependencies
41
41
run : |
42
42
python -m pip install --upgrade pip
43
- pip install .[testing]
43
+ pip install -e .[testing]
44
44
- name : Run pytest
45
45
run : |
46
46
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
47
47
- name : Upload to Codecov
48
48
uses : codecov/codecov-action@v1
49
49
with :
50
- name : markdown-it-py -pytests
50
+ name : mdit-py-plugins -pytests
51
51
flags : pytests
52
52
file : ./coverage.xml
53
53
fail_ci_if_error : true
Original file line number Diff line number Diff line change 8
8
9
9
Collection of core plugins for [ markdown-it-py] ( https://github.com/executablebooks/markdown-it-py ) .
10
10
11
- [ github-ci ] : https://github.com/executablebooks/mdit-py-plugins/workflows/Python%20package /badge.svg?branch=master
11
+ [ github-ci ] : https://github.com/executablebooks/mdit-py-plugins/workflows/continuous-integration /badge.svg
12
12
[ github-link ] : https://github.com/executablebooks/mdit-py-plugins
13
13
[ pypi-badge ] : https://img.shields.io/pypi/v/mdit-py-plugins.svg
14
14
[ pypi-link ] : https://pypi.org/project/mdit-py-plugins
You can’t perform that action at this time.
0 commit comments