umbrella

package module
v0.0.0-...-f75f1c1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2016 License: MIT Imports: 12 Imported by: 0

README

Build Status GoDoc

Code coverage for external binaries

Inspired by some cleverness.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultCollector = New(os.Getenv("GOPATH"), os.Getenv("GOROOT"))
View Source
var ErrMissingHook = errors.New("program source missing umbrella hook")

Functions

func Build

func Build(pkgPath string, coverPkg ...string) (string, error)

func CleanupBuildArtifacts

func CleanupBuildArtifacts()

Types

type Collector

type Collector interface {
	Build(pkgPath string, coverPkg ...string) (string, error)
	CleanupBuildArtifacts()
}

func New

func New(goPath, goRoot string) Collector

Directories

Path Synopsis
cmd
example
lib
Package merge supports merging go cover profiles It is a slightly modified version of https://github.com/wadey/gocovmerge
Package merge supports merging go cover profiles It is a slightly modified version of https://github.com/wadey/gocovmerge

Jump to

Keyboard shortcuts

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