Unit tests have fallen behind while we were under the crunch to get something up and running.
Post refactor, functions and methods have been refactored so much that we currently sit at 0% test coverage. This needs to be addressed sooner rather than later.
Measured using
go test -covermode=atomic -coverpkg $(go list github.com/yard-turkey/lib-bucket-provisioner/...) github.com/yard-turkey/lib-bucket-provisioner/...
Unit tests have fallen behind while we were under the crunch to get something up and running.
Post refactor, functions and methods have been refactored so much that we currently sit at 0% test coverage. This needs to be addressed sooner rather than later.
Measured using
go test -covermode=atomic -coverpkg $(go list github.com/yard-turkey/lib-bucket-provisioner/...) github.com/yard-turkey/lib-bucket-provisioner/...