Closed tzing closed 1 year ago
In PR, github.sha does not point to the head commit. It's a merge commit id that is not created by human.
github.sha
Example: e26c145 in message vs latest commit 7ae5bce
e26c145
7ae5bce
This causes that results for commit: xxxxxx line always not match the commit in PR. And this PR introduces a workaround for this issue.
Released in https://github.com/insightsengineering/coverage-action/releases/tag/v2.3.3 Thanks @tzing!
In PR,
github.sha
does not point to the head commit. It's a merge commit id that is not created by human.Example:
e26c145
in message vs latest commit7ae5bce
This causes that results for commit: xxxxxx line always not match the commit in PR. And this PR introduces a workaround for this issue.