Skip to content

Commit

Permalink
chore: update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 29, 2023
1 parent b1b77af commit 2d89fc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: |
pytest --cov=sphinx_external_toc --cov-report=xml --cov-report=term-missing
- name: Upload to Codecov
if: matrix.python-version == 3.9
uses: codecov/codecov-action@v1
if: matrix.python-version == 3.11
uses: codecov/codecov-action@v4
with:
name: pytests-py3.9
name: pytests-py3.11
flags: pytests
file: ./coverage.xml
fail_ci_if_error: true
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11
- name: install flit
run: |
pip install flit~=3.4
Expand Down

0 comments on commit 2d89fc7

Please sign in to comment.