From 040589583bf9c8abdd20c6e5e5bf80ba2f7130fb Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Wed, 23 Sep 2020 17:18:52 -0700 Subject: [PATCH] CLI: Fix build errors (#235) * CLI: Fix build errors Added fmt to headers * Update threshold Allow flexible threshold for code coverage. --- cli/cmd/delete.go | 1 + cli/cmd/start_stop.go | 1 + codecov.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cli/cmd/delete.go b/cli/cmd/delete.go index 4a383de8..3fc76ce5 100644 --- a/cli/cmd/delete.go +++ b/cli/cmd/delete.go @@ -14,6 +14,7 @@ package cmd import ( handler "esad/internal/handler/ad" + "fmt" "github.com/spf13/cobra" ) diff --git a/cli/cmd/start_stop.go b/cli/cmd/start_stop.go index 5b98a4c4..fc5c44b9 100644 --- a/cli/cmd/start_stop.go +++ b/cli/cmd/start_stop.go @@ -15,6 +15,7 @@ package cmd import ( "esad/internal/client" "esad/internal/handler/ad" + "fmt" "github.com/spf13/cobra" ) diff --git a/codecov.yml b/codecov.yml index 7b15d37a..3a595d10 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - threshold: 1 + threshold: 5 target: auto plugin: target: 70%