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
We are seeing a result which matches the earlier report.
Tl;Dr: I know guesses are not always helpful, but my guess as to what's happening is that if CI builds on a specific branch using the exact same commit that was previously built in a pull request, the commit doesn't get associated with the branch, perhaps because create-commit has already been run.
In our repository, the develop branch is fast-forward merged into master. That means both branches have the exact same commit.
If the develop branch is uploaded first, that will be displayed correctly.
Then, codecov shows no information about the master branch, even though its github actions ran.
Presumably because it thinks that commit has already been processed.
It's surprising nobody else is experiencing this same issue. How is that possible? Or, there is something else going on.
If you are already using this github action, to replicate the issue (hopefully) fast-forward merge one branch into another. Are the results posted on codecov, and associated with the new branch?
Hi,
From #1296
We are seeing a result which matches the earlier report.
In our repository, the
develop
branch is fast-forward merged intomaster
. That means both branches have the exact same commit.If the
develop
branch is uploaded first, that will be displayed correctly.Then, codecov shows no information about the
master
branch, even though its github actions ran.Presumably because it thinks that commit has already been processed.
It's surprising nobody else is experiencing this same issue. How is that possible? Or, there is something else going on.
If you are already using this github action, to replicate the issue (hopefully) fast-forward merge one branch into another. Are the results posted on codecov, and associated with the new branch?
Example step in the job:
The text was updated successfully, but these errors were encountered: