-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5 Error: Got unexpected extra argument #1659
Comments
Tagging @codecov/report-upload as mentioned in #1645 |
On it @MetRonnie, thanks for the catch |
Similarly: https://github.com/hugovk/pepotron/actions/runs/11860034700/job/33054377932?pr=65#step:8:230
Called like: - name: Upload coverage
uses: codecov/codecov-action@v5
with:
flags: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }} |
For me, I got this error with my OIDC token (which is hidden by the GitHub):
|
We are seeing the same behavior as #1659 (comment). The workflow name does not contain spaces. See https://github.com/cdklabs/cdk-from-cfn/actions/runs/11908452810/job/33184203992?pr=747 |
@MetRonnie @hugovk still working on this issue |
@MetRonnie @hugovk would you be able to try the latest v5 |
Thanks, I no longer get the error: https://github.com/hugovk/pepotron/actions/runs/11860034700/job/33247555679?pr=65
|
Working for us now 👍 |
Awesome, going to close out |
v5 of the action does not appear to quote the workflow name when calling
./codecov do-upload
so fails if there are spaces in the workflow name: https://github.com/cylc/cylc-flow/actions/runs/11853961703/job/33053084597?pr=6479#step:4:182The text was updated successfully, but these errors were encountered: