codecov / feedback

A place to discuss feedback about the pull request and web product experience.
37 stars 7 forks source link

The count of uploads with different flags is broken #484

Open yurishkuro opened 3 months ago

yurishkuro commented 3 months ago

Describe the bug The count of uploads with different flags is broken. For example, this commit shows this status:

Uploads: 18 successful, 1 errored

But the table under it shows 19 successful uploads and one error (perhaps from a failed attempt that was retried)

Environment (please complete the following information):

To Reproduce The inconsistent state can be observed at https://app.codecov.io/github/jaegertracing/jaeger/commit/5b4717404c1b0da514ebd8c9163849dd11840b2d

Expected behavior Accurate count of successful uploads and a corresponding ping back to the pull request to unblock the checks.