Closed MarcoMuellner closed 1 week ago
This is coming from either the gateway pod, if you are using it, or your nginx proxy in front of Codecov.
Are you passing the --git-service
option?
Git Provider. Options: github, gitlab, bitbucket, github_enterprise, gitlab_enterprise, bitbucket_server
- documentation
Also, as I just learned, if you are using http
(no s) as the protocol for your upload URL, your POST calls convert to GET calls. Which, would fail as a Method Not allowed.
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_redirection
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Describe the bug During our upload from the workflow we get a 405 method not allowed error. Here is the response (with verbose enabled)
I would like to understand where this error is coming from and why this is - and how to fix it on our end.
Environment (please complete the following information): Github workflows
To Reproduce
Expected behavior I expect the upload to work
Screenshots
Additional context The same upload works on the SaaS version, token was generated.