gover

command module
v0.0.0-...-b58185e Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

README

gover

Build Status Coverage Status GoDoc

Gather all your *.coverprofile files to send to coveralls.io!

Usage

Continuous Integration with coveralls.io

Use with mattn/goveralls to send metrics to coveralls.io:

go get golang.org/x/tools/cmd/cover
go get github.com/modocache/gover
go get github.com/mattn/goveralls

go test ./...
gover
goveralls -coverprofile=gover.coverprofile -service drone.io -repotoken $COVERALLS_TOKEN
Options
Usage: gover [root] [out]

Collects all .coverprofile files rooted in [root] and concatenantes them
into a single file at [out].

[root] defaults to the current directory, [out] to 'gover.coverprofile'.

Documentation

Overview

Usage: gover [root] [out]

Collects all .coverprofile files rooted in [root] and concatenantes them into a single file at [out].

[out] is not concatenated onto itself, even if it is in [root] and has a .coverprofile extension.

[root] defaults to the current directory, [out] to 'gover.coverprofile'.

For more details, consult the README: https://github.com/modocache/gover

Directories

Path Synopsis
Functions for walking a file tree and concatenating all files with the ".coverprofile" extension.
Functions for walking a file tree and concatenating all files with the ".coverprofile" extension.

Jump to

Keyboard shortcuts

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