Skip to content

Commit 6b41e7e

Browse files
committed
[FAB-7220] Remove test.coverprofile flag
No peer commands make use of the --test.coverprofile flag so it should be removed. Change-Id: Ib1712d272a052427b7ce0e8740941f69bdeafcd6 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent 750c139 commit 6b41e7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

peer/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ func main() {
8282

8383
mainFlags.String("logging-level", "", "Default logging level and overrides, see core.yaml for full syntax")
8484
viper.BindPFlag("logging_level", mainFlags.Lookup("logging-level"))
85-
testCoverProfile := ""
86-
mainFlags.StringVarP(&testCoverProfile, "test.coverprofile", "", "coverage.cov", "Done")
8785

8886
err := common.InitConfig(cmdRoot)
8987
if err != nil { // Handle errors reading the config file

0 commit comments

Comments
 (0)