Skip to content

Commit

Permalink
Switch to codecov GHA
Browse files Browse the repository at this point in the history
Fix #7908
  • Loading branch information
browniebroke committed Jan 8, 2025
1 parent a4f6059 commit f8df362
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools virtualenv wheel

- name: Install dependencies
run: python -m pip install --upgrade codecov tox
run: python -m pip install --upgrade tox

- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
Expand All @@ -45,8 +45,9 @@ jobs:
tox -e base,dist,docs
- name: Upload coverage
run: |
codecov -e TOXENV,DJANGO
uses: codecov/codecov-action@v5
with:
env_vars: TOXENV,DJANGO

test-docs:
name: Test documentation links
Expand Down

0 comments on commit f8df362

Please sign in to comment.