-
Notifications
You must be signed in to change notification settings - Fork 39
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
codecovcli upload doesn't use correct codecov.yml #548
Comments
This is not exactly a bug, since we only use the uploaded codecov.yml for label analysis and still pull from the repo to get the one we use for coverage. (I think) @aj-codecov / @rohan-at-sentry How do you want to handle this? Docs? Behavior change? Bug? |
@drazisil-codecov it would be great if there could be an option to overwrite the uploaded codecov.yml.
does that mean we have to modify the repo codecov.yml if we wanted to somehow work around this limitation for now? |
That is correct. It needs to be checked into GitHub on the SHA that you are uploading coverage for. |
it would be great if |
@Ryang20718 I'll mark this as a feature request as this has not been the case. I can see how it's a little misleading that we have an argument for |
codecov processing for patch coverage results doesn't seem to respect the actual codecov.yml file uploaded
example repro: Ryang20718/cflag#17
However, the yaml file uploaded to codecov seems to be different from the one I had specified in my CI pipeline
https://app.codecov.io/gh/Ryang20718/cflag/commit/72810cf6efb3243205bf6daf24c58af789f359c4
Is there some sort of cache going on?
codecov upload run https://github.com/Ryang20718/cflag/actions/runs/11620035443/job/32360963982?pr=17
The text was updated successfully, but these errors were encountered: