oras-project / oras-go

ORAS Go library
https://oras.land
Apache License 2.0
181 stars 98 forks source link

Migrate to codecov.io #233

Closed shizhMSFT closed 2 years ago

shizhMSFT commented 2 years ago

We are currently use go test to generate coverage report and those reports are uploaded as GitHub artifacts. However, we don't have a method to compare coverage report from commit to commit, or even view the report easily.

I propose that we should migrate our coverage report generation to codecov.io similar to https://github.com/veraison/go-cose/pull/84. By doing so, we can also have a badge in README.md.

/cc @Wwwsylvia @FeynmanZhou @yizha1

FeynmanZhou commented 2 years ago

Support. Codecov is useful to generate the test coverage report in each Pull Request.

Wwwsylvia commented 2 years ago

Looks nice!

junczhu commented 2 years ago

Please assign this issue to me