Skip to content

Commit e1c070a

Browse files
authored
Switch to codecov GHA (#9618)
Fix #7908
1 parent 78e0b84 commit e1c070a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m pip install --upgrade pip setuptools virtualenv wheel
3535

3636
- name: Install dependencies
37-
run: python -m pip install --upgrade codecov tox
37+
run: python -m pip install --upgrade tox
3838

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

5152
test-docs:
5253
name: Test documentation links

0 commit comments

Comments
 (0)