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
I'm trying to use this GH action within a pull request workflow. The coverage upload action succeeds, but within the Codacy dashboard under the code coverage settings I see failures about "Commit not found" under that "Test your integration" section. I think this is because the commit sha being sent up by the GH action is of the pull request merge commit rather than the head commit sha of the branch. Here's an abbreviated version of my workflow:
github-actionsbot
changed the title
Pull request branch getting "Commit not found" status
[TCE-978] Pull request branch getting "Commit not found" status
May 21, 2024
I'm trying to use this GH action within a pull request workflow. The coverage upload action succeeds, but within the Codacy dashboard under the code coverage settings I see failures about "Commit not found" under that "Test your integration" section. I think this is because the commit sha being sent up by the GH action is of the pull request merge commit rather than the head commit sha of the branch. Here's an abbreviated version of my workflow:
It seems like I might be running into the same issue that should have been resolved here but I'm not certain: #67
Am I doing something wrong or overlooking something?
The text was updated successfully, but these errors were encountered: