codecov / codecov-bash

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

Fix envs for GitHub Actions #372

Closed at-wat closed 3 years ago

at-wat commented 3 years ago

Purpose

GITHUB_ACTIONS was not passed to docker container by env script. It is used at https://github.com/codecov/codecov-bash/blob/8b64f2c07d9ebc2ea2c61419009179945acbf044/codecov#L797

Notable Changes

no notable changes

Tests and Risks?

env script seems not covered by the existing tests.

Update the SHA hash files

codecov script is not changed.

at-wat commented 3 years ago

duplicate of #371