go1cover

command module
v0.0.0-...-c7e3ea3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

README

go1cover

Lines of Code Code Smells Bugs Technical Debt Coverage Quality Gate Status

Covered line collector for 1C:Enterprise

Usage:
 go1cover start -s "./src" -u "localhost:1550"
 ~~run your test framework
 go1cover stop
go1cover help - for more info
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")

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
app
internal
app
pkg
fdbc
fake debug server client
fake debug server client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL