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
Currently, only rust code is included in codecov's test coverage statistics. We should also count the coverage of go modules such as nydusify, so that we can better understand the overall test coverage of the nydus project.
Steps that may be needed:
Enhance makefiles such as nydusify.
Add a new step in .github/workflows/smoke.yml to get go module coverage.