File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.\" generated with Ronn/v0.7.3
2
2
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
.
4
- .TH "GO\- CARPET" "" "March 2018" "" ""
4
+ .TH "GO\- CARPET" "" "April 2018" "" ""
5
5
.
6
6
.SH "NAME"
7
7
\fB go \- carpet \fR \- show test coverage for Go source files
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const (
22
22
23
23
usage: go-carpet [options] [paths]`
24
24
25
- appVersion = "1.6 "
25
+ appVersion = "1.7 "
26
26
27
27
// predefined go test options
28
28
goTestCoverProfile = "-coverprofile"
Original file line number Diff line number Diff line change 1
1
name : go-carpet
2
- version : ' 1.6 '
2
+ version : ' 1.7 '
3
3
summary : Show test coverage in terminal for Go source files
4
4
description : |
5
5
It works outside of the GOPATH directory. And it works recursively for multiple packages.
You can’t perform that action at this time.
0 commit comments