CI test flow can't analysis coverage for different packages #844
Labels
A: bug
Something isn't working
A: CI
priority/backlog
Possibly useful, but not yet enough support to actually get it done.
Summary of Bug
Currently, we list packages inside the
lbm-sdk
module throughgo list ./...
and separate them to run each test. In this case, the test coverage analysis is limited to the inside of the package because the go test is run on each package. Therefore, we need a patch to modify it.Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: