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 need more tests and better coverage, I'm a big fan of lets aim for 100% coverage if possible. We are using the mockgen system maintained by Uber, we should be testing interfaces and not concrete implementations and mock everything. There are packages that don't have any interfaces yet and will need to be updated. Check out some of the existing interfaces.go in various packages to see how to do the mockgen stuff.
Agent
Checker
Cloud - Server
Cloud - API
Config
DB
GRPC
HTTP
lifecycle
metrics
models
monitoring
poller
scan
sweeper
The text was updated successfully, but these errors were encountered:
We need more tests and better coverage, I'm a big fan of lets aim for 100% coverage if possible. We are using the
mockgen
system maintained by Uber, we should be testing interfaces and not concrete implementations and mock everything. There are packages that don't have any interfaces yet and will need to be updated. Check out some of the existinginterfaces.go
in various packages to see how to do themockgen
stuff.The text was updated successfully, but these errors were encountered: