File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go-carpet - show test coverage for Go source files
44[ ![ GoDoc] ( https://godoc.org/github.com/msoap/go-carpet?status.svg )] ( https://godoc.org/github.com/msoap/go-carpet )
55[ ![ Build Status] ( https://travis-ci.org/msoap/go-carpet.svg?branch=master )] ( https://travis-ci.org/msoap/go-carpet )
66[ ![ Coverage Status] ( https://coveralls.io/repos/github/msoap/go-carpet/badge.svg?branch=master )] ( https://coveralls.io/github/msoap/go-carpet?branch=master )
7+ [ ![ Homebrew formula exists] ( https://img.shields.io/badge/homebrew-🍺-d7af72.svg )] ( https://github.com/msoap/go-carpet#install )
78[ ![ Report Card] ( https://goreportcard.com/badge/github.com/msoap/go-carpet )] ( https://goreportcard.com/report/github.com/msoap/go-carpet )
89
910To view the test coverage in the terminal, just run go-carpet.
@@ -15,7 +16,19 @@ With -256colors option, shades of green indicate the level of coverage.
1516Install
1617-------
1718
19+ From source:
20+
1821 go get -u github.com/msoap/go-carpet
22+ ln -s $GOPATH/bin/go-carpet /usr/local/bin/go-carpet
23+
24+ Download binaries from: [ releases] ( https://github.com/msoap/go-carpet/releases ) (OS X/Linux/Windows)
25+
26+ Or install from homebrew (OS X):
27+
28+ brew tap msoap/tools
29+ brew install go-carpet
30+ # update:
31+ brew update; brew upgrade go-carpet
1932
2033Usage
2134-----
You can’t perform that action at this time.
0 commit comments