You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().String("coverage-output-path", "", "Output path where test coverage file will be copied after running tests")
175
175
cmd.Flags().StringToString("docker-build-options", nil, "Options passed to all 'docker build' commands")
176
176
cmd.Flags().String("report", "", "Generate a HTML report after the build has finished. (e.g. --report myreport.html)")
177
-
cmd.Flags().String("remote-report", "", "Report the build progress to a remote endoint")
177
+
cmd.Flags().String("remote-report", os.Getenv("LEEWAY_REMOTE_REPORT"), "Report the build progress to a remote endoint. The LEEWAY_REMOTE_REPORT env var is used as default.")
0 commit comments