codecov-bash
codecov-bash copied to clipboard
Associating commit hashes to branches
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: https://github.com/CPPAlliance/url/issues/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?