We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc3eb7 commit 915a15eCopy full SHA for 915a15e
1 file changed
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
48
- name: Upload to Codecov
49
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
50
with:
51
name: mdit-py-plugins-pytests
52
flags: pytests
0 commit comments