Skip to content

Commit 8f51a34

Browse files
committed
fixing codecov
1 parent 5a7bccb commit 8f51a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
run: |
7171
pytest --benchmark-disable
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@v3
73+
uses: codecov/codecov-action@v4
7474
if: matrix.python-version == 3.12
75+
env:
76+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7577
with:
7678
file: ./coverage.xml
7779
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)