-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to debug / configure different comment races to overwrite each? #622
Comments
Hello @kwonoj, Thank you for your patience here... are you still experiencing this problem? I think there might be some wrong assumptions as to the "expected behavior". The bundle analysis (BA) comment is completely separate from the notification one. If I'm not mistaken the I am not discarding a bug in this scenario, of course. In your example you showed a TA comment and shared the log for the coverage + TA notify task. Have you had the BA comment also show up? |
Hi, thanks for the explanation. I revised all of my current workflow, so hard to confirm logs or behavior again with the latest: but the q in general is regardless of bundle analysis comment, I saw the test / coverage comment appears before I manually run send-notification. Would like to confirm if that's the expected cases. |
Hummm... I think that the comment should not appear before running the And if a comment does exist already it will be updated as new information comes through the processing pipeline (maybe more than once) UPDATE So if that is what you are experiencing then it would be expected behavior... In my personal opinion it makes sense to let users know of errors / issues as they appear. |
Describe the bug
Current setup includes uploading test coverage, test results, and the bundle analysis. Depends on the ci action running order, I am observing some information does not stay: In some cases, comment only contains bundle analysis. For the other cases, coverage or test result appears. Couldn't find the exact condition when / how / what appears unfortuntely.
Per recommendtation codecov.yaml have a configuration for manual trigger (https://docs.codecov.com/docs/codecovyml-reference#codecovnotifymanual_trigger), but that doesn't seem to working - even before codecov cli uploader runs
send-notifications
, can see the comment appears. Peeking logs (using self hosted 25.1.3) it seems notification is triggered while config seesmanual_trigger
correctly.Environment (please complete the following information):
github actions
To Reproduce
Expected behavior
Expect notification appears when trigger
send-notifications
, which shows aggregated results for test coverage / analytics / bundleScreenshots
Only one info appears, depends on the trigger timing
Additional context
Self hosted, 25.1.3.
The text was updated successfully, but these errors were encountered: