From c4fe9ed05b3275469e6a639c95bf0e087cd8dd3f Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Wed, 27 Sep 2023 17:20:26 +0000 Subject: [PATCH] Test decrease code coverage Signed-off-by: Connor Catlett --- cmd/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/main.go b/cmd/main.go index 2dc8e84037..6009520b0f 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -18,6 +18,7 @@ package main import ( "context" + "fmt" "net/http" "time" @@ -33,6 +34,10 @@ import ( ) func main() { + fmt.Println("Decrease code coverage") + fmt.Println("By adding new lines") + fmt.Println("For the main package") + fs := flag.NewFlagSet("aws-ebs-csi-driver", flag.ExitOnError) if err := logsapi.RegisterLogFormat(logsapi.JSONLogFormat, json.Factory{}, logsapi.LoggingBetaOptions); err != nil {