Skip to content

Commit 86c9330

Browse files
committedMar 7, 2025
fixing codecov
1 parent c09429b commit 86c9330

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/codecov.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Generate coverage report
2525
run: pytest --cov=./ --cov-report=xml
2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@v4
28+
env:
29+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2830
with:
2931
fail_ci_if_error: true
3032
verbose: true

0 commit comments

Comments
 (0)