Skip to content

Commit 0c12f23

Browse files
authored
Merge pull request #1298 from tfranzel/codecov_update
fix/update CODECOV
2 parents dcf36ff + 439c988 commit 0c12f23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ jobs:
4242
run: pip install tox
4343
- name: Run Tox
4444
run: tox --skip-missing-interpreters=false -e ${{ matrix.setup.toxenv }}
45-
- uses: codecov/codecov-action@v3
45+
- uses: codecov/codecov-action@v4
4646
with:
4747
name: ${{ matrix.setup.toxenv }}
48+
token: ${{ secrets.CODECOV_TOKEN }}
4849
passed-tests:
4950
name: Required tests passed
5051
needs: [ tests ]
5152
runs-on: ubuntu-latest
5253
steps:
53-
- run: echo "All Done"
54+
- run: echo "All Done"

0 commit comments

Comments
 (0)