Skip to content

chreble/cov

Repository files navigation

Hotolab/cov

Generates a coverage profile generated by go tool cover to a JSON interchange format.

Installation

go get github.com/hotolab/cmd/cov

Usage

As a command-line app

./cov repo github.com/foo/bar

As a Library

package main

import "github.com/hotolab/cov"

func main() {
    out, err := cov.ConvertRepository("github.com/foo/bar")
    ...
}

About

Converts a coverage profile generated by `go tool cover` to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors