Skip to content

Commit 78f3d53

Browse files
committed
🧪 TESTS: Update CI
1 parent eb66a20 commit 78f3d53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: ‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install .[testing]
43+
pip install -e .[testing]
4444
- name: Run pytest
4545
run: |
4646
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
4747
- name: Upload to Codecov
4848
uses: codecov/codecov-action@v1
4949
with:
50-
name: markdown-it-py-pytests
50+
name: mdit-py-plugins-pytests
5151
flags: pytests
5252
file: ./coverage.xml
5353
fail_ci_if_error: true

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Collection of core plugins for [markdown-it-py](https://github.com/executablebooks/markdown-it-py).
1010

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
1212
[github-link]: https://github.com/executablebooks/mdit-py-plugins
1313
[pypi-badge]: https://img.shields.io/pypi/v/mdit-py-plugins.svg
1414
[pypi-link]: https://pypi.org/project/mdit-py-plugins

0 commit comments

Comments
 (0)