We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f349dd commit f018e0fCopy full SHA for f018e0f
.github/workflows/tests.yml
@@ -46,13 +46,13 @@ 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@v3
+ uses: codecov/codecov-action@v5
50
if: github.event.pull_request.head.repo.full_name == github.repository
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
name: mdit-py-plugins-pytests
54
flags: pytests
55
- file: ./coverage.xml
+ files: ./coverage.xml
56
fail_ci_if_error: true
57
58
allgood:
.readthedocs.yml
@@ -12,5 +12,6 @@ python:
12
extra_requirements: [rtd]
13
14
sphinx:
15
+ configuration: docs/conf.py
16
builder: html
17
fail_on_warning: true
0 commit comments