feedback
feedback copied to clipboard
We show both carried forward and uploaded sessions per flag in the uploads list
Describe the bug We show both carried forward and uploaded sessions per flag in the uploads list
To Reproduce Steps to reproduce the behavior:
- Go to https://app.codecov.io/gh/rustymotors/server/commit/3e76d6f676cba99b6ba9a849bb232c0c5f82a2aa
- View upload list
Expected behavior No carried forward entries for a flag that coverage was uploaded for on that commit.
To be clear, I think it's showing both (as an example) the login flag, but also that it's being carried forward which seems conflicting.
@drazisil-codecov I believe we spoke about this one and it should be a bug that we fix as I believe it's a regression. Did it make it into a bug sync/get assigned out at some point?
@aj-codecov I was on vacation last week so I don't know. If not then it will be handled in next week's sync, assuming it's not assigned to anyone show it shows up :)
https://github.com/codecov/internal-issues/issues/478
The issue seems to be that it is duplicating the CF sessions on every upload. Plenty of details on the ticket linked.
This is a bug on our end and not linked to the potential duplication with CF sessions as pointed above. PR for fix is in
This is fixed - check the link in the original description to confirm