We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042199f commit 45c1fbeCopy full SHA for 45c1fbe
README.md
@@ -9,10 +9,12 @@ go-carpet - show test coverage for Go source files
9
10
To view the test coverage in the terminal, just run go-carpet.
11
12
-It works not only in the directory GOPATH. And it works recursively for multiple packages.
+It works outside of the directory GOPATH. And it works recursively for multiple packages.
13
14
With -256colors option, shades of green indicate the level of coverage.
15
16
+By default skip vendor directories (Godeps,vendor), otherwise use -include-vendor option.
17
+
18
Install
19
-------
20
0 commit comments