Closed nikosatwork closed 1 month ago
cc @drazisil-codecov
Note that the screenshots in the Carryforward Flags documentation is outdated
@nikosatwork
To clarify, you deleted all flags excect the two you just uploaded coverage for, and then those flags did not carry forward? Was the commit a direct decendant of the commot where you uploaded the flags? I would search the logs for carryforward.
Mainly this one https://github.com/codecov/worker-archive/blob/9d11b1e745ea975bd9438a56b2965c4670c53026/services/report/__init__.py#L702
Correct. I think so. It seems it took a while to propagate as after 4-5 uploads the two new flags started being carried forward.
Generally, is there a way to reset or flush the flags?
Deleting them from the flags page in the UI should cause them to go away unless used again.
I think you may be able to safely delete them from the reports_repositoryflag
table, but I have never tried.
Thank you!
Describe the bug Carryforward flags stopped working after deleting some flags from the UI and leaving just the ones we are interested in.
Environment (please complete the following information):
To Reproduce Steps to reproduce the behavior:
Expected behavior Carryforward flags should work and contain just the two new flags
Additional context The codecov.yml file contains:
Thank you.