Skip to content

Commit

Permalink
Test decrease code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Sep 27, 2023
1 parent 586b19c commit c4fe9ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package main

import (
"context"
"fmt"
"net/http"
"time"

Expand All @@ -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 {
Expand Down

0 comments on commit c4fe9ed

Please sign in to comment.