-
Notifications
You must be signed in to change notification settings - Fork 210
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
no comment on PRs when using v5 #1662
Comments
Same happening for me for jwillemsen/daikin_onecta#350 |
Same issue for me and i check the codecov upload files in the website page, there is nothing uploaded. (action log says upload complete) |
Got it, sorry this is taking so long. I'm going to try to fix tomorrow morning. |
@thomasrockhu-codecov thanks for your work |
@ReenigneArcher @jwillemsen @jrfnl @dashdanw @yanyongyu @wbaldoumas ok, I released |
@thomasrockhu-codecov upgraded to v5.0.4, but it doesn't look like it resolved things: wbaldoumas/markdown-colorcode#174 |
@thomasrockhu-codecov unfortunately, there is still no PR comment with v5.0.4 LizardByte/libdisplaydevice#124 |
@thomasrockhu-codecov Restarted the builds for both above mentioned repos, no luck. |
same here @jrfnl @thomasrockhu-codecov |
@wbaldoumas |
@thomasrockhu-codecov Nope. Things are worse instead of better. The builds aren't even finishing anymore, but failing with the below error instead:
Keep in mind that the workflows for these repo have not been changed (other than changing the |
Looks to be a step back, I also now get |
Also the github check does show green, shouldn't this kind of error result in the failure of the github action? |
@jrfnl I saw on the Dependabot PRs that it seems they don't have access to the CODECOV_TOKEN. Can you check that that token has been added also as a Dependabot secret? @jwillemsen still digging into this PR |
@jwillemsen actually, can you also check that Dependabot has access to the secret also? |
I added the codecov token as dependabot secret but also change on codecov the setting that a token is not required anymore, now I have a new comment on my PR, thanks for all work |
@jwillemsen are you talking about this setting? If so, that seems like a bug, I'll have to prod the product team about that |
Yes, also set that to not required |
@jwillemsen ok, I know that your issue is resolved, but I'm going to track that issue here: #1693 |
I also get the error: actions running on it seems i need to change the token authentication option. |
@yanyongyu do you have a link to CI you can share? |
My experience is different in maplibre-gl-js. |
sure. it's nonebot/nonebot2#3119 |
@yanyongyu I'm a little confused, it looks like you are getting a PR comment on that link. |
@HarelM got it, that looks like an older version of the Action which probably means that the fixes we put in haven't hit. Are you still experiencing this issue? |
i just turn the token authentication option to not required, rerun the action, the upload and comment is success now. |
@thomasrockhu-codecov I just opened a PR to test if I get a comment if the app is disabled, and it didn't oost a comment: So I don't think it uses an older version. |
@HarelM just curious what you meant by disable the app, digging into this |
@HarelM if you mean the Codecov app, yeah it actually looks like something is going wrong with permissions. Can you uninstall the Codecov app and re-install it? Aside from that, everything looks fine to me. |
When I uninstall it, the comment does not appear. This wasn't the case for version 4. |
@HarelM hmmm, I don't think you will be able to get notification from Codecov without the app installed. Can you show me a screenshot specifically of what you mean by what you are install/uninstalling so that there's not a miscommunication? And as far marking a build as failing, what do you mean by that? Is there a specific Codecov status check that fails or something else? |
Ran once which failed, received an alert on the CodeCov link generated in the output when uploading that I needed to create a new commit, did so by rebasing via main and it worked! Thank you |
@thomasrockhu-codecov the following is the configuration in the org level, I mean install/uninstall when adding or removing the relevant repository from the list (in the following image it is installed on maplibre-gl-js, and other two repos): Here's an example where the app was working, but the build is marked as "red" (red x at the top), while I consider this build a success (if the app report was not part of the "CI runs" it would have been green) I've been in contact with the codecov team in the past, so you have my mail and personal info, if anything is not clear with the experience I'm trying to explain please reach out. The bottom line from my point of view is that version 4 worked as desired and there's a problem with version 5. If this is intentional and you want to nudge people to install the app this is totally acceptable, but it's not written anywhere as far I can see, so I'm expecting the version 4 behavior to remain from my developer experience. |
Most of the dependabot PRs in my org updating from v4 to v5 do not have a codecov comment
But one does:
The text was updated successfully, but these errors were encountered: