You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
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).