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 78e0b84 commit e1c070aCopy full SHA for e1c070a
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
run: python -m pip install --upgrade pip setuptools virtualenv wheel
35
36
- name: Install dependencies
37
- run: python -m pip install --upgrade codecov tox
+ run: python -m pip install --upgrade tox
38
39
- name: Run tox targets for ${{ matrix.python-version }}
40
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
@@ -45,8 +45,9 @@ jobs:
45
tox -e base,dist,docs
46
47
- name: Upload coverage
48
- run: |
49
- codecov -e TOXENV,DJANGO
+ uses: codecov/codecov-action@v5
+ with:
50
+ env_vars: TOXENV,DJANGO
51
52
test-docs:
53
name: Test documentation links
0 commit comments