Skip to content

Commit 2aebdc9

Browse files
authored
Revert "Upgrade to codecov/codecov-action@v4 (#186)" (#195)
This reverts commit 047eca0.
1 parent ac13550 commit 2aebdc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
tox --verbose --verbose -e "${{ matrix.python-version }}-unit"
6868
6969
- name: Upload coverage reports to Codecov
70-
uses: codecov/codecov-action@v4
70+
uses: codecov/codecov-action@v3
7171
with:
7272
fail_ci_if_error: true # optional (default = false)
73-
token: ${{ secrets.CODECOV_TOKEN }} # required
7473
verbose: true # optional (default = false)
7574

7675
Integration:

0 commit comments

Comments
 (0)