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%