Socket
Book a DemoInstallSign in
Socket

github.com/gyuho/gocovmerge

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gyuho/gocovmerge

Source
Go
Version
v0.0.0-20171205171859-50c7e6afd535
Version published
Created
Source

gocovmerge

gocovmerge takes the results from multiple go test -coverprofile runs and merges them into one profile.

usage

gocovmerge [coverprofiles...]

gocovmerge takes the source coverprofiles as the arguments (output from go test -coverprofile coverage.out) 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.

FAQs

Package last updated on 05 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts