Before submitting a topic, please confirm the following
I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml
configuration file.
I have filled out the below sections to the best of my ability.
I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.
Description
We have some flaky tests, and sometimes the CI is failing. For example we could have commit A (ok), commit B (fail) and commit C (ok).
Now the latest commit C contains the coverage changes compared to commit A.
I tried again to run the CI of commit B to get its coverage, and it appeared on the dashboard. But commit C is still compared to commit A. Is it possible to resync it, and run a comparison to the previous commit?