codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Add merge commit logic for GitHub Actions #380

Closed thomasrockhu closed 3 years ago

thomasrockhu commented 3 years ago

Purpose

GitHub Actions checkout pushes the repository into a detached HEAD state. This is causing Codecov to pick up the wrong commit SHA. We are often unable to correct this in our API calls, and we should be sending a proper commit SHA to Codecov.

Notable Changes

None

Tests and Risks?

None

Update the SHA hash files

Done