Skip to content

Commit f71ff46

Browse files
committed
Updated CI/CD.
1 parent 183077e commit f71ff46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454
- name: Generate report
5555
run: poetry run coverage xml
5656
- name: Upload coverage reports to Codecov with GitHub Action
57-
uses: codecov/codecov-action@v3
57+
uses: codecov/codecov-action@v5
5858
if: matrix.os == 'ubuntu-latest' && matrix.py_version == '3.9'
5959
with:
60-
token: ${{ secrets.CODECOV_TOKEN }}
6160
fail_ci_if_error: false
6261
verbose: true

0 commit comments

Comments
 (0)