oras-project / oras

OCI registry client - managing content like artifacts, images, packages
https://oras.land
Apache License 2.0
1.52k stars 181 forks source link

hold the version of Codecov CLI to v0.6.0 #1423

Closed qweeah closed 5 months ago

qweeah commented 5 months ago

ORAS utilized Codecov Github Action to report test code coverage in the CI jobs. The action is built based on Codecov CLI.

Today we notice a CI failure that blocks PR build job. The failure caused by a change introduced in https://github.com/codecov/codecov-cli/pull/447 and included in Codecov CLI v0.7.0 release. To avoid the failure, we need to avoid such change and hold the version of Codecov CLI to v0.6.0.