Closed ottlinger closed 2 weeks ago
Hi @ottlinger
Is this your first time uploading for this repo, have you changed the privacy settings of the repo recently , and are you using the repo token or the org token?
@drazisil-codecov no changes in the privacy settings of the repo (as it is a public repo). The token should be a repository-based token as it is taken from https://app.codecov.io/gh/ottlinger/fotocollector/config/general and integrated on the Github-side as a repository secret. HTH
Hi @ottlinger
Thanks! That tells me what it isn't, at least. I'll keep digging. In the meantime, if you go to the repo settings on Codecov (same place you got the token) there should a blue "activate" button near the bottom. If you click that, everything should be normal. Please let me know if it isn't. You may need to rerun the upload of coverage again though.
@drazisil-codecov I was unable to find the Activate button and trusted Codecov's message that in order to active the project one just needs to push new coverage data - maybe this text can be changed to include the option to manually activate and where to find this button :) Thanks a lot! Now I do see the project page again. Great.
Hi @ottlinger Glad that worked. Apologies regarding the confusing text, we will get that fixed https://github.com/codecov/engineering-team/issues/2688#issuecomment-2447511897
Thanks, looking forward to the update and cross my fingers that it prevents more users from running into the problem I've experienced. Thanks for your help
Problem
My public GitHubProject project is able to upload Codecov data, but is still shown as deactivated.
I migrated to v4 of the GitHubAction from codecov and the project is a gradle & Java project, that generates its coverage data via jacoco.
Upload is successful
but I do not see any results in Codecov.
Steps already taken
Expected behaviour
I would love to see my coverage results via Codecov.
Thanks