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 trigger the tests and the coverage by pull request. When I check in Code Climate, I do see the right name, but not the right commit sha.
Based on what the great google says:
"When the action is triggered by a pull_request event, GitHub will squash and merge this branch with the base branch, generating a new commit, thus a new hash.
The commit we want (the HEAD in the branch we're merging) can be fetched by running git rev-parse origin/$GITHUB_HEAD_REF."
The text was updated successfully, but these errors were encountered:
Hi,
I trigger the tests and the coverage by pull request. When I check in Code Climate, I do see the right name, but not the right commit sha.
Based on what the great google says:
"When the action is triggered by a pull_request event, GitHub will squash and merge this branch with the base branch, generating a new commit, thus a new hash.
The commit we want (the HEAD in the branch we're merging) can be fetched by running git rev-parse origin/$GITHUB_HEAD_REF."
The text was updated successfully, but these errors were encountered: