go1cover: line coverage collector for 1C:Enterprice through http debug server
Usage:
go1cover [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
start start coverage server
stop stop coverage server
Flags:
-c, --config string config file name (default ".go1cover.yaml")
-h, --help help for go1cover
-p, --port string coverage server port (default "4040")
-v, --version version for go1cover
Use "go1cover [command] --help" for more information about a command.
Usage:
go1cover start [flags]
Flags:
-b, --baseDir string Project path (base dir for reports)
-u, --debugger string Debugger url (default "http://127.0.0.1:1550")
-f, --format string report format: lcov, generic (default "lcov, generic")
-h, --help help for start
-s, --source string Source directory to read from (default "./src")
Global Flags:
-c, --config string config file name (default ".go1cover.yaml")
-p, --port string coverage server port (default "4040")