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

Commit

Permalink
CLI: Fix build errors (#235)
Browse files Browse the repository at this point in the history
* CLI: Fix build errors

Added fmt to headers

* Update threshold

Allow flexible threshold for code coverage.
  • Loading branch information
VijayanB committed Sep 24, 2020
1 parent 890b9df commit 0405895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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

0 comments on commit 0405895

Please sign in to comment.