Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

CLI: Fix build errors #235

Merged
merged 2 commits into from
Sep 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cli/cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ package cmd

import (
handler "esad/internal/handler/ad"
"fmt"

"github.com/spf13/cobra"
)
Expand Down
1 change: 1 addition & 0 deletions cli/cmd/start_stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ package cmd
import (
"esad/internal/client"
"esad/internal/handler/ad"
"fmt"

"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
threshold: 1
threshold: 5
target: auto
plugin:
target: 70%
Expand Down