This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Associating commit hashes to branches #468
Open
Description
Hi,
We've been having a problem uploading coverage data for different branches. It all started when we noticed we have different coverage in our badges for the same code and opened this issue in our repo: boostorg/url#128
It turns out what was happening is the commit to master
was being associated with develop
because codecov had already seen that commit hash in develop
. So the only commit codecov associated with master
was two years ago, where this didn't happen by chance (some code that didn't go through develop first).
Is there some way around this?
Metadata
Assignees
Labels
No labels