-
Notifications
You must be signed in to change notification settings - Fork 22
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
[BUG] CodeCov Not Working #335
Comments
@TheCedarPrince What steps do you perform before you receive this error message? |
Hey @DilumAluthge, I'll let @cncastillo and @beorostica comment more here but with KomaMRI's set-up, currently, it uses a webhook to send out a codecov request. Carlos was saying this was previously working fine when they were not within JuliaHealth so it seems like something may have gone wrong in the transition over to here. It seems like whenever a PR is made or updated, a request gets sent via the webhook but this permission error keeps popping up. |
Thanks @DilumAluthge! Just to complement this answer, the codecov info. is being sent correctly to https://app.codecov.io/gh/JuliaHealth/KomaMRI.jl, but the bot that creates the reports (like the one below) stopped working. Edit: and also the CodeCov workflow. The PRs look good to me, so I approved them. @beorostica could you look at them? |
Let's try this: I'm going to:
Let's see if that does anything. |
Okay, I got the Codecov comment to be posted in #343 |
Okay and the Codecov commit statuses have now been created on #343 |
So out of curiosity, what went wrong here @DilumAluthge ? Could you track down where things broke exactly? Or did you just reset all of CodeCov for the repository? |
I'm not sure what broke specifically. But the combination of the above three steps seems to have been sufficient. |
Thanks @DilumAluthge and @TheCedarPrince for all your time 🙏. I wouldn´t have been able to fix it alone. What a weird bug. I read in other places that the turn-it-on-and-off approach also worked for them. We will just double-check that everything works today (@beorostica), and I will close this issue 😄. |
Ok, the CodeCov is also working in #342 so I am closing this issue. Thanks again!! |
What happened?
Hey @DilumAluthge ,
Thanks for helping @cncastillo and co here for KomaMRI get set-up over here on JuliaHealth! Carlos and I were speaking however and it seems that their CodeCov no longer works properly. Both the
codecov.yml
file andci.yml
look perfectly fine to me. I also checked the CodeCov permissions here and all access permissions are granted to the GitHub app.It is quite curious as all my normal debugging has failed for this and I am a bit stumped. Is there some setting in JuliaHealth that I am not aware of that might be breaking CodeCov here?
Thanks!
~ tcp 🌳
Environment
The text was updated successfully, but these errors were encountered: