-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Self-Hosted]: Upload failed: Invalid request parameters - unallowed value github_enterprise #638
Comments
Hi @michaelfedell. What version of Codecov are you on? |
Also, try See Usage Though I am not familiar with the GitHub action. We use CLI directly in our job/action. |
This is a brand new installation; we are running
As I was going to pull these logs and redact our platform url, I noticed that there was a trailing slash missing ( I think next I will try using the CLI directly for more control.
|
Latest version is |
Our CLI call looks like this:
|
i.e. |
I have upgraded to the latest 25.1.16 images and have also set the token explicitly in our use of the github action (instead of using CODECOV_TOKEN env var. Seeing a different error now (500's on the upload) which I'll dig into later this afternoon. The api logs are pretty noisy, but will go spelunking there to find where the 500's are coming from. Edit: took a quick glance and seems it may be an issue with minio/s3 configuration so I may have some infra problems to look at now. Will update here later.
|
Hey @nikosatwork, thanks for all the input! Turned out to be something simple. Finally found that there was a default env var being set in our deployment for |
Describe the bug
Uploading the coverage report fails with an error:
Upload failed: Invalid request parameters
.Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the GitHub Action to properly upload a coverage report.
Additional context
I can successfully log in to our self-hosted codecov instance and see no other error or warning logs in any of the codecov containers.
GitHub Action Workflow
Logs pulled from
codecov-api
contain the following relevant logs:The text was updated successfully, but these errors were encountered: