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:
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: https://github.com/codacy/codacy-coverage-reporter-action/issues/67
Am I doing something wrong or overlooking something?