covermerge

command module
v0.0.0-...-3ad95c3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2018 License: BSD-2-Clause Imports: 7 Imported by: 0

README

covermerge

The covermerge tool takes the results from multiple Golang test coverage profiles and merges them into a single coverage profile.

usage

covermerge [coverprofiles...]

covermerge takes the source coverprofiles as the arguments (output from go test -coverprofile coverage.out, or similar testing framework) and outputs a merged version of the files to standard out. You can only merge profiles that were generated from the same source code. If there are source lines that overlap or do not merge, the process will exit with an error code.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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