driver

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coverage

type Coverage struct {
	Package string
	Pecent  float32
	Order   int // ordinal position within a coeverage run
}

Coverage //

type Parser

type Parser interface {
	Parse(io.Reader) (Set, error)
}

Parser is an interface that can parse the code coverage output of a given language

type Set

type Set map[string]Coverage

Set is a set of coverages, keyed by Coverage.Package

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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