Right now the controller is doing the minimum things and the testing coverage is:
drpaneas@linux:~/go/src/github.com/iam-veeramalla/argo-rollouts-manager$ go test -cover ./...
? github.com/iam-veeramalla/argo-rollouts-manager [no test files]
? github.com/iam-veeramalla/argo-rollouts-manager/api/v1alpha1 [no test files]
ok github.com/iam-veeramalla/argo-rollouts-manager/controllers 0.018s coverage: 57.4% of statements
it would be a good idea to secure this basic functionality by increasing the controllers up to 80% minimum.
Right now the controller is doing the minimum things and the testing coverage is:
drpaneas@linux:~/go/src/github.com/iam-veeramalla/argo-rollouts-manager$ go test -cover ./... ? github.com/iam-veeramalla/argo-rollouts-manager [no test files] ? github.com/iam-veeramalla/argo-rollouts-manager/api/v1alpha1 [no test files] ok github.com/iam-veeramalla/argo-rollouts-manager/controllers 0.018s coverage: 57.4% of statements
it would be a good idea to secure this basic functionality by increasing the controllers up to 80% minimum.