Skip to content

Commit c4eab91

Browse files
authored
Fix Codecov action parameters in CI workflow (#390)
Fix Codecov action parameters in CI workflow
1 parent bc14fa8 commit c4eab91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ jobs:
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@v4
5353
with:
54-
file: ./coverage.xml
54+
files: ./coverage.xml
5555
fail_ci_if_error: false
5656
verbose: true
57-
env:
58-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57+
token: ${{ secrets.CODECOV_TOKEN }}
5958

6059
test-python-311-single-user:
6160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)