kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
21 stars 22 forks source link

Unit Testing Coverage #110

Open copejon opened 5 years ago

copejon commented 5 years ago

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/...

copejon commented 5 years ago

Addressed in part by #144