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
└─❯ go test $(go list ./... | grep -v "github.com/synadia-io/nex/test" | grep -v gen | grep -v pb) -cover
github.com/synadia-io/nex/models coverage: 0.0% of statements
github.com/synadia-io/nex/api/nodecontrol coverage: 0.0% of statements
ok github.com/synadia-io/nex/internal/logger (cached) coverage: 61.1% of statements
ok github.com/synadia-io/nex/node 1.524s coverage: 9.2% of statements
ok github.com/synadia-io/nex/node/internal/actors 1.415s coverage: 12.4% of statements
CLI
ok github.com/synadia-io/nex/cmd/nex 7.060s coverage: 9.6% of statements
Quite a bit of work it necessary here to get decent unit test coverage 😞
Observed behavior
At the moment, most things are tested in the
test/
directory in a e2e fashion. Almost all modules are missing unit tests.Expected behavior
Need to audit all the go modules and add unit tests were appropriate
Nex and NATS version
main
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: