Fix comment typo in test coverage report script.
This commit is contained in:
parent
72fa9f4b7b
commit
29cd3a7246
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# The gocov tool my be obtained with the following command:
|
# The gocov tool my be obtained with the following command:
|
||||||
# go get github.com/awx/gocov/gocov
|
# go get github.com/awx/gocov/gocov
|
||||||
#
|
#
|
||||||
# It will be installed it $GOPATH/bin, so ensure that location is in your $PATH.
|
# It will be installed to $GOPATH/bin, so ensure that location is in your $PATH.
|
||||||
|
|
||||||
# Check for gocov.
|
# Check for gocov.
|
||||||
type gocov >/dev/null 2>&1
|
type gocov >/dev/null 2>&1
|
||||||
|
|
Loading…
Add table
Reference in a new issue