Skip to content

Commit f018e0f

Browse files
committed
updates
1 parent 3f349dd commit f018e0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
run: |
4747
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
4848
- name: Upload to Codecov
49-
uses: codecov/codecov-action@v3
49+
uses: codecov/codecov-action@v5
5050
if: github.event.pull_request.head.repo.full_name == github.repository
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
name: mdit-py-plugins-pytests
5454
flags: pytests
55-
file: ./coverage.xml
55+
files: ./coverage.xml
5656
fail_ci_if_error: true
5757

5858
allgood:

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ python:
1212
extra_requirements: [rtd]
1313

1414
sphinx:
15+
configuration: docs/conf.py
1516
builder: html
1617
fail_on_warning: true

0 commit comments

Comments
 (0)