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
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 veraison/go-cose#84. By doing so, we can also have a badge in README.md.
The text was updated successfully, but these errors were encountered:
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 veraison/go-cose#84. By doing so, we can also have a badge in README.md.
The text was updated successfully, but these errors were encountered: