Skip to content
/ gover Public
forked from sozorogami/gover

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

Notifications You must be signed in to change notification settings

deankarn/gover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 code.google.com/p/go.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'.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.1%
  • Shell 8.9%