Skip to content

Merge coverprofile results from multiple go cover runs

License

Notifications You must be signed in to change notification settings

alexfalkowski/gocovmerge

 
 

Repository files navigation

CircleCI

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.

About

Merge coverprofile results from multiple go cover runs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.9%
  • Makefile 4.1%